@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;
	font-family: Arial, Helvetica, sans-serif;
}

a:focus, a:visited {
	outline: 0;
}

#container{
background:#fff;
overflow:hidden;
width:190px;
height:1760px;
background:#000;
}

#title{
text-align:center;
width:190px;
height: 190px;
background-color:#FFF;
text-decoration:none;
overflow:hidden;
}

#title a{
color:#fff;
border:0;
text-decoration:none;
}

#title a:hover{
color: #C8101D;
text-decoration:none;
}

#content{
background: #fff;
width:190px;
height:1690px;
}

#thumbs {
	width:190px;
	height: 1690px;
	overflow:hidden;
}

#thumbs ul{
display:block;
list-style:none;
width:176px;
padding-left:12px;
overflow:hidden;
}

#thumbs ul li{
display:block;
list-style:none;
color:#3399cc;
text-align: center;
font-size:10px;
font-weight:bold;
overflow:hidden;
width:184px;
}

#thumbs ul li a{
color: #666;
margin-top: 4px;
font-weight:bold;
text-decoration:underline;
font-size:12px;
}

#thumbs ul li a:hover{
color: #3399cc;
text-decoration:underline;
font-weight:bold;
}

#thumbs ul li img{
width:158px;
height:200px;
border:2px solid #3399cc;
}

#thumbs ul li img:hover{
border: 2px solid #006;
}

.slide{
width:164px; 
height:260px;
overflow:hidden;
}


#footer a{
color:#404040;
text-decoration:none;
padding-bottom:4px
}

.text{
	position:absolute;
	top:140px;
	left:0px;
	width: 190px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    text-align:center;
	}
.text a{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}
.text a:hover{
	text-decoration:underline;
	}	
	
