.media_wrapper {
    display: block;
   
    padding-top:30px;
}
.media_wrapper a img{
    border:none;
}
.media_wrapper ul {
    list-style: none outside none;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 996px;
    height: auto;
}
.media_wrapper ul li {
    border: none;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
	padding: 0 10px 10px 0;
}
.media_wrapper ul li a{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:171px;
    height:130px;
    outline:none;
	-webkit-transition: opacity .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out 0s;
	-o-transition:  opacity .25s ease-in-out 0s;
	transition:  opacity .25s ease-in-out 0s;
}
.media_wrapper ul li a:hover{
    background-image:none; 
	opacity: 0.75;
}
.media_wrapper ul li a img{
    vertical-align:middle;
    border:0;
    opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.media_wrapper ul li a.photo{
    /*background:transparent url(../images/photo.png) no-repeat top right;*/
}
.media_wrapper ul li a.video{
    /*background:transparent url(../images/movie.png) no-repeat top right;*/
}
.media_wrapper ul li a.audio{
    /*background:transparent url(../images/music.png) no-repeat top right;*/
}

.preview{
    position:fixed;
    text-align:center;
    top:0px;
	left:0px;
	width:100%;
	height:100%;
    display:none;
    z-index:1501;
}
.preview_wrap{
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	width:auto;
	padding:30px;
}
.preview_wrap img{
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:1px 1px 3px #000;
}
a.prev,
a.next{
    background-color:#000;
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #232323;
    position:fixed;
    width:20px;
    height:20px;
    top:50%;
    margin-top:-10px;
    opacity:0.6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    z-index:101;
    cursor:pointer;
    outline:none;
}
a.prev:hover,
a.next:hover{
    border:1px solid #333;
    opacity:0.9;
}
.nav a.disabled,
.nav a.disabled:hover{
    opacity:0.4;
    border:1px solid #111;
    cursor:default;
}
a.prev{
    left:4px;
    background-image:url(../images/prev.png);
}
a.next{
    right:4px;
    background-image:url(../images/next.png);
}
a.close{
	background:url("../images/close.png") no-repeat scroll center center #000000;
	cursor:pointer;
	height:21px;
	position:absolute;
	opacity:0.5;
	right:30px;
	top:7px;
	width:21px;
	background-image:url(../images/close.png);
}
a.close:hover{
	opacity:1.0;
}
.preview_loading{
	
	height:50px;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:0.75;
	position:fixed;
	top:50%;
	width:50px;
	z-index:400;
	border:1px solid #191919;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:1px 1px 3px #000;
}
.more{
	position:relative;
	clear:both;
	margin:10px -50px 20px -50px;
}
.more a{
	text-align:center;
	display:block;
	background-color:#090909;
	color:#aaa;
	text-shadow:1px 1px 1px #000;
    height:30px;
	line-height:30px;
	margin:0 auto;
	width:100%;
    border:1px solid #000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	outline:none;
}
.more a:hover{
	background-color:#111;
	border:1px solid #090909;
}

h1.title{
    position:absolute;
    top:5px;
    left:-1px;
    background-color:#000;
    border:1px solid #111;
    color:#666;
    font-size:15px;
    text-shadow:1px 1px 1px #000;
    padding:10px;
    background-color:#121212;
    border:1px solid #292929;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    -moz-box-shadow:0px 0px 3px #000 inset;
    -webkit-box-shadow:0px 0px 3px #000 inset;
    box-shadow:0px 0px 3px #000 inset;
}
span.reference{
    position:absolute;
    right:5px;
    top:5px;
    font-size:12px;
}
span.reference a{
    color:#aaa;
    text-decoration:none;
    margin-left:10px;
}
span.reference a:hover{
    color:#ddd;
}
