div.sgGallery {
	width:370px;
}
div.sgGallery .loader {
	background: url( ../gfx/ajax-loader.gif ) no-repeat;
	position:absolute;
	top:4px;
	right:75px;
	width:16px;
	height:16px;
	display:none;	
}
div.sgGallery .sgViewport {
	width:100%;
	height:258px;
	background-color:#cccccc;		
	overflow: hidden;			
}

div.sgGallery .sgViewport img {
	
}

div.sgGallery .sgControlbar {
	width:100%;
	height:24px;
	background-color:#bfbda7;
	position:relative;
}

div.sgGallery .sgCaption {
	color:#ffffff;
	font-size:11px;
	font-family:Arial;
	padding-top:5px;
	padding-left:14px;
}

div.sgGallery .sgControlbar .cont {
	cursor: pointer;	
	font-size:11px;
	top:6px;
	color:#ffffff;
	width:14px;
	height:12px;
	background-position:center middle;
}
div.sgGallery .sgControlbar .cont.sgBtnPrev {
	position: absolute;
	right:56px;
	background:url( ../gfx/gallery.control.left.png) no-repeat;
}
div.sgGallery .sgControlbar .sgPosition {
	position: absolute;
	right:23px;
	top:5px;
	font-size:10px;
	color:#ffffff;
	width:34px;
	text-align:center;
}
div.sgGallery .sgControlbar .cont.sgBtnNext {
	position: absolute;
	right:6px;
	background:url( ../gfx/gallery.control.right.png) no-repeat;
}
