/* Image Gallery CSS */

.media_slide_box{
position: relative;
float: left;
padding: 0 0 0 0;
margin: 0 0 0 0;
width: 140px;
height: auto;
min-height: 140px;
text-align:center;
}

.media_slide_content{
position: relative;
padding: 0 0 3px 0;
margin: 0 0 0 0;
width: 140px;
height: auto;
min-height: 126px;
background-image: url('http://www.horrorstyle.com/img/media-box-1-bcg.gif');
background-repeat:repeat-y;
text-align:center;
}

.media_slide_thumbnail{
border-style: solid;
border-width: 1px;
border-color: #202020 #f3f3f3 #f3f3f3 #202020;
margin: 2px 0 2px 0;
padding: 0 0 0 0;
width: 120px;
}


.media_slide_title_link:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color : #413f34;
border : 0 none;
text-decoration : none;
font-weight: normal;
display: block;
width:130px;
margin:0 auto 0 auto;
padding:0 0 0 0;
line-height: 120%;
text-align:center;
height: auto;
}

.media_slide_title_link:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #413f34;
text-decoration : none;
font-weight : normal;
display: block;
width:130px;
margin:0 auto 0 auto;
padding:0 0 0 0;
line-height: 120%;
text-align:center;
height: auto;
}

.media_slide_title_link:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #413f34;
text-decoration : none;
font-weight : normal;
display: block;
width:130px;
margin:0 auto 0 auto;
padding:0 0 0 0;
line-height: 120%;
text-align:center;
height: auto;
}

.media_slide_title_link:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #413f34;
text-decoration : underline;
font-weight : normal;
display: block;
width:130px;
margin:0 auto 0 auto;
padding:0 0 0 0;
line-height: 120%;
text-align:center;
height: auto;
}


