@charset "UTF-8";
#wrapper #main-gallery {
	background-image: url(/images/int-bg-gallery.gif);
background-repeat:repeat-y;
margin:0;
padding:0;
width:975px;
}
#wrapper #main-gallery #leftbar {
float:left;
width:185px;
padding-bottom:50px;
}
#wrapper #main-gallery #leftbar h2 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #4c4c4f;
	width: 150px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 6px;
	margin-bottom: 5px;
	border-bottom-style: none;
border-bottom:2px solid #FFFFFF;
padding-bottom:8px;
padding-top:8px;
text-align:center;
}

#wrapper #main-gallery #leftbar h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-left: 16px;
}
#wrapper #main-gallery #leftbar p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 16px;
}

#wrapper #main-gallery #leftbar #side-nav
{
height:125px;
}


#wrapper #main-gallery #leftbar #side-nav ul
{
float:left;
list-style-type:none;
margin-top:10px;
padding:0;
margin-left:6px;
margin-right:4px;
}


#wrapper #main-gallery #content {
float:left;
padding-bottom:50px;
}


#wrapper #main-gallery #footer {
background-image:url(/images/footer.gif);
background-repeat:no-repeat;
clear:both;
height:13px;
margin:0;
padding:0;
width:975px;

}


#wrapper #main-gallery #content p {
	font-size: 12px;
	line-height: 15px;
	padding-right: 28px;
}
#wrapper #main-gallery #content h2 {
	font-size: 14px;
	margin-top: 9px;
}

.thumbs {padding:10px}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    margin-left:auto;
    margin-right:auto;
    
    width: 680px; 
    height:100px; 
} 
 
 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
    clear:both;
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

.ss_button {
    background-color:#222222;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    height:24px;
    outline-color:#999999;
    outline-style:outset;
    outline-width:1px;
    
}
