@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

a:focus, a:visited {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#container{
background:#000;
overflow:hidden;
width:170px;
height:440px;
background:#fff;
}

#title{
text-align:center;
width:170px;
height:135px;
color:#fff;
font:bold italic 14px/14px Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
overflow:hidden;
}

#title a{
color:#fff;
border:0;
text-decoration:none;
}

#title a:hover{
color: #C8101D;
text-decoration:none;
}

#content{
background: #000;
width:170px;
height:420px;
}

#thumbs ul{
display:block;
list-style:none;
width:170px;
height:420px;
padding-left:2px;
overflow:hidden;
}

#thumbs ul li{
display:block;
list-style:none;
color:#fff;
font:9px/11px Geneva, Helvetica, Arial sans-serif;
font-weight:bold;
overflow:hidden;
width:170px;
}

#thumbs ul li a{
color: #fff;
margin-top: 4px;
font-weight:bold;
text-decoration:none;
font-size:10px;
}

#thumbs ul li a:hover{
color: #fff;
text-decoration:underline;
font-weight:bold;
}

#thumbs ul li img{
width:162px;
height:140px;
border:3px solid #ef9ee8;
}

#thumbs ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide{
width:170px; 
height:260px;
overflow:hidden;
}

#footer{
background: #000;
width:170px;
height:70px;
}

#footer h2{
font:bolder italic 12px/13px "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}

#footer a{
color:#404040;
text-decoration:none;
padding-bottom:4px
}

#footer a:hover{
color:#C8101D;
text-decoration:none;
}
.text{
	position:absolute;
	top:70px;
	left:2px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    text-align:center;
	}
.text a{
	color:#fff;
	text-decoration:none;
	}
.text a:hover{
	text-decoration:underline;
	}	



