#context {
 width: 978px;
 height: 562px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -287px 0 0 -489px;
}

#box_down {
 height: 60px;
 width: 978px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 280px 0 0 -489px;
 background-color: transparent;
}

#sublist {
 display: block;
 width: 290px;
 height: 100%;
 text-align: left;
 float: left;
}

#sublist ul { 
 list-style: none; 
}

#sublist ul li { padding: 5px 0 5px 0; }

#sublist img { border: none; }

#sublist hr {
	position: relative;
	top: -10px;
	left: -20px;
	height: 1px;
	width: 180px;
	border: none;
	color: white;
	background-color: white;
}

#sublist a { 
 color: white; 
 text-decoration: none;
}

#sublist a:hover { color: black; }

#sublist ul div {
	font-family: Verdana;
	font-size: 12px;
	padding-left: 40px;
}

#thumb_box {
 height: 100%;
 width: 280px;
 margin-left: 50px;
 padding-top: 10px;
 float: left;
}

#thumb_box .thumbnails {
 display: inline;
 width: 50px;
 height: 50px;
 border: 0px;
 margin: 5px;
 padding: 0px;
 position: relative;
}

#thumb_box img.new{
	border: none;
	position: absolute;
	margin: 5px 0 0-55px;
	z-index: 1;
}

#pagination {
 font-family: "Verdana";
 font-size: 11px;
 padding-top: 10px;
 text-align: center;
}

#pagination a, #pagination span {
 padding: 0px 4px 0px 4px;
 margin: 2px;
 border: 1px solid #bbb;
 text-decoration: none;
 color: #555;
}


#pagination a:hover, #pagination a:active,#pagination span:hover, #pagination span:active {
 border: 1px solid #aaa;
 background-color:#fff4aa;
 color: black;
}

#pagination .disabled {
 background-color: #ccc;
 color: white; 
 border-color: #ccc;
}

#detail {
 float: left;
 height: 100%;
 cursor: default;
}

#detail img {
 width: 300px;
 height: 300px;
 margin: 150px 0px 0px 50px;
}

#detail .thumbnails {
 display: none;
}

#box_down a {
	position: relative;
	top: 12px;
	margin: 0px 4% 0px 4%;
}

#box_down img { border: 0px; }