@charset "utf-8";
/*Gallery Styles*/

.st_main img.st_preview{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
ul.st_navigation{
	position:absolute;
	width:100%;
	top:140px;
	left:-300px;
	list-style:none;
}
ul.st_navigation li {
	float:left;
	clear:both;
	margin-bottom:8px;
	position:relative;
	width:100%;
}
ul.st_navigation li span.st_link{
	background-color:#000;
	float:left;
	position:relative;
	line-height:50px;
	padding:0px 20px;
	
}
ul.st_navigation li span.st_arrow_down,
ul.st_navigation li span.st_arrow_up{
	position:absolute;
	margin-left:15px;
	width:40px;
	height:50px;
	cursor:pointer;
	
}
ul.st_navigation li span.st_arrow_down{
	background:#000 url(../../img/mmedia/icons/down.png) no-repeat center center;
}
ul.st_navigation li span.st_arrow_up{
	background:#000 url(../../img/mmedia/icons/up.png) no-repeat center center;
}
.st_wrapper{
	display:none;
	position: absolute;
    width:100%;
    height:126px;
    overflow-y:hidden;
	top:50px;
    left:0px;
}
.st_thumbs{
    height:126px;
    margin: 0;
}
.st_thumbs img{
	height:126px;
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	opacity:0.4;
}
.st_loading{
	position:fixed;
	top:45px;
	right:0px;
	background:#000 url(../../img/mmedia/icons/loader.gif) no-repeat 10px 50%;
	padding:15px 40px 15px 60px;
	opacity:0.6;
}
.st_about{
	display:none;
	position:absolute;
	top:50px;
    left:0px;
	opacity:1;
}


.st_subcontent{
	background:#000;
	padding:5px;
}

.st_subcontent a{
	
	opacity:0.7;
}

.st_subcontent a:hover{
	
	opacity:1;
}