
#news_gal
{
	margin:12px 0px 0px 7px;
}

#gallery_abs
{
	position:relative;
	display:block;
	float:left;
	
	width:622px;
	
	margin:0px 0px 0px 5px;
	padding:9px 0px;
	
	background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;	
}

div.content_gallery
{
	display: none;
	float: right;
	width: 425px; 
	
	margin:0px 0px 0px 0px;	
}


div.slideshow-container 
{
	position: relative;
	clear: both;
	height: 390px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:auto;
	
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}

div.slideshow a.advance-link 
{
	display: block;
	width: 425px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	
	margin:0px;
	padding:0px;	
}


div.loader 
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../images/skin3/galleriffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 425px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	
	
}


div.slideshow img 
{
	vertical-align: top;
	border: 1px solid #ccc;
	
	width:407px;
	height:auto;
	
	float:left;
	margin:0px 0px 0px 0px;
	padding:3px;
	
	background:#fff;
	border:1px solid #ddd;
}

div.content_gallery a, div.navigation a 
{
	text-decoration: none;
	color: #777;
}
div.content_gallery a:focus, div.content_gallery a:hover, div.content_gallery a:active 
{
	text-decoration: underline;
}

div.controls 
{
	float:right;
	width:455px;
	height: 27px;

	margin-top: 3px;

}



div.controls a 
{
	padding: 5px;
}

div.ss-controls 
{
	float: left;
	
	margin-top:2px;
}

div.ss-controls a.play
{
	display:block;
	float:left;
	
	width:22px;
	height:22px;
	
	margin-top:4px;
	
	background: url('../../images/skin3/playg.png') no-repeat top left;
}

div.ss-controls a.pause
{
	display:block;
	float:left;
	
	width:22px;
	height:22px;
	
	margin-top:4px;
	
	background: url('../../images/skin3/pauseg.png') no-repeat top left;
}


div.nav-controls 
{
	float: right;
	margin:0px 5px 0px 0px;
}

div.nav-controls  a.prev
{
	display:block;
	float:left;
	
	width:28px;
	height:27px;
	
	margin-top:4px;
	
	background: url('../../images/skin3/left_arrow.png') no-repeat top left;
}


div.nav-controls  a.next
{
	display:block;
	float:left;
	
	width:28px;
	height:27px;
	
	margin-top:4px;
	
	background: url('../../images/skin3/right_arrow.png') no-repeat top left;
}



div.slideshow 
{

}

div.slideshow span.image-wrapper 
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited 
{
	text-decoration: none;
}


div.download 
{
	float: right;
}

div.caption-container 
{
	position: absolute;

	clear: left;
	
	width:413px;
	height: 113px;
	
	padding:0px;

	bottom:1px;
	right:10px;
	
	background:#eee;
	border:1px solid #ddd;
}

span.image-caption 
{
	display: block;
	position: absolute;
	width: 370px;
	top: 0;
	left: 0;
}

div.caption 
{
	padding: 2px;
	
}

div.image-title 
{
	font-weight: bold;
	font-size: 1.4em;
	float:left;
	text-align:left;
	
	margin:0px;
	padding:4px;
}

div.image-desc 
{
	width:400px;
	float:left;
	
	line-height: 1.3em;
	padding-top: 12px;
	
	text-align:left;
	
	margin:0px;
	padding:4px;
}

div.image-desc p
{
	margin:0px;
	padding:0px;
	font-size:1.3em;
}

div.navigation 
{
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs 
{
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li 
{
	float: left;
	padding: 0;
	margin: 0px 0px 9px 9px;
	list-style: none;
}

a.thumb 
{
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb 
{
	background: #000;
}

a.thumb:focus 
{
	outline: none;
}

ul.thumbs img 
{
	border: none;
	display: block;
	
	width:75px;
	height:auto;
	
	margin:0px;
	padding:0px;
}

div.pagination 
{
	float:left;
	display:block;
	clear: both;
	margin:5px 0px 0px 10px;
}

div.navigation div.top 
{
	display:none;	
}

div.navigation div.bottom 
{
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis 
{
	display: block;
	float: left;
	margin-right: 4px;
	padding: 5px 7px 4px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover 
{
	background-color: #555;
	text-decoration: none;
	color:#fff;
}

div.pagination span.current 
{
	font-weight: bold;
	background-color: #444;
	border-color: #000;
	color: #fff;
}

div.pagination span.ellipsis 
{
	border: none;
	padding: 5px 0 3px 2px;
}



.down-img
	{
		position:absolute;
		
		bottom:-10px;
		right:-40px;
		
		width:111px;
		height:15px;
		
		background: transparent url(../../images/skin3/down_img.png) 0px 0px no-repeat;
		text-indent:-9000px;
		cursor:pointer;
	}
	

.more-in
	{
		position:absolute;
		
		bottom:-46px;
		right:-37px;
		
		width:38px;
		height:15px;
		
		background: transparent url(../../images/skin3/more.png) 0px 0px no-repeat;
		text-indent:-9000px;
	}


	
a.gal_abs_zoom
	{
		position:absolute;
	
		bottom:-50px;
		left:5px;
		
		width:100px;
		height:50px;
		
		background: #eee url(../../images/zooom_gallery.jpg) no-repeat 0% 0%;
		
		z-index:2000;
		
		cursor:pointer;
	}	

	
a.gal_abs_zoom:hover
	{
		position:absolute;
	
		bottom:-50px;
		left:5px;
		
		width:100px;
		height:50px;
		
		background: #eee url(../../images/zooom_gallery.jpg) no-repeat 50% 98%;
		
		z-index:2000;
		
		cursor:pointer;
	}	


a.down-play
	{
		position:absolute;
	
		bottom:-50px;
		left:5px;
		
		width:96px;
		height:48px;
		
		background: #eee url(../../images/plaaay_gallery.jpg) no-repeat 0% 0%;
		
		z-index:2000;
		
		cursor:pointer;
	}
	
	
	

a.down-play:hover
	{
		position:absolute;
	
		bottom:-50px;
		left:5px;
		
		width:96px;
		height:48px;
		
		background: #eee url(../../images/plaaay_gallery.jpg) no-repeat 50% 97%;
		
		z-index:2000;
		
		cursor:pointer;
	}		
