/*
Trailer Css
Copyright 2005 Visionten Crop.
Data CSS
$Revision: 1.0 $
*/
#trailerbox {
	clear:both;
	font-size: 16px;
	font-family: "Lithos Pro Regular", "Lithos Pro Light", "Comic Sans MS";
	width:800px;
	height:281px;
	background:url(../images/trailer.jpg) no-repeat;
}

#trailerbox a {
	color:#fff;
	font-size:12px;
	background-color:transparent;
	text-decoration:none;
}

#trailerbox a:hover {
	color:#00f;
	background-color:transparent;
}

#trailerLbox{
	float:left;
	width:360px;
}

#trailerLbox div {
	margin:65px 0px 0px 190px;
}

#trailerLbox div ul {
	font-size:12px;
	color:#000;
	list-style:disc;
	margin:0px;
	padding:0px;
}

#trailerLbox div ul li a {
	font-size: 12px;
	font-weight: bold;
}

#trailerRbox {
	float:left;
}

.trailertitle {
	margin-top:30px;
	font-size:24px;
	font-weight:bold;
	color:#000;
	background-color:transparent;
}

.bottomsmall a, .bottomsmall a:hover{
	display:block;
	width:50px;
	height:50px;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	left: 107px;
	top: 339px;
									}
.bottombig a, .bottombig a:hover{
	display:block;
	width:65px;
	height:65px;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	left: 100px;
	top: 417px;
								}