	#dhtmlgoodies_slideshow{
		width:850px;	/* Total width of slideshow */
        border: 0px solid #555;
	}

	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;
		text-align:center;
		vertical-align:middle;

		position:relative;

		/* CSS HACK */
		height: 538px;	/* IE 5.x */
		height/* */:/**/524px;	/* Other browsers */
		height: /**/524px;

	}

    #imageContainer{
        width:850px;
        height: 520px;
        border: 0 solid #444;
        background-color: #282828;

	}

	#previewPane img{
		line-height:500px;
        border: 1px solid #555;

	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
        color: #999999;
	}
	#galleryContainer{

        height:72px;	/* Height of the images + 2 */
		border: 0 solid #555555;
		position:relative;
		overflow:hidden;
		padding: 0;
        background: #000 url("../gallery/images/lenta.gif") repeat-x;

		/* CSS HACK */
		height: 74px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/52px;	/* Other browsers */
		height: /**/72px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0;
	}
	#theImages{
		position:absolute;
		height:50px;
		left:20px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0;
        margin:10px 2px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor:pointer;
		border: 1px double #777;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:384px;
		top:240px;
		background-color:#000;
		border:0 double #333;
		padding:4px;
		color:#ccc;
		font-size: 10px;
	}

	#theImages .imageCaption{
		display:none;
	}

    #largeImageCaption{
		display:none;
	}

    #imageCaption{
		display:none;
	}