/* CSS Document */

<style type="text/css">
<!--

#temp {
color: red;
}

body {
margin:0px;
padding:0px;
font-size: 14px;
font-family: Arial;
font-weight: normal;
background-image: url('../images/bg6.jpg');
background-repeat: repeat-x;
background-position: top center;
background-color: #202020;
color: #EEEEEE;
text-align: center;
}

#content {
text-align: left;
width: 960px;
margin: 0 auto;
}

#thumbsbg {
position: relative;
width: 980px;
left: -48px;
top: 55px;
background-image: url('../images/thumbs_bg.png');
background-repeat: repeat-x;
padding-top: 40px;
padding-left: 33px;
}

.video {
display: block;
background-color: #151515;
border: 12px solid black;
width: 750px;
}


.midthumb {
display: block;
background-color: #000000;
border: 12px solid black;
}

.tdthumb {
display: block;
background-color: #000000;
background-image: url('../images/thumbborder2.png');
width: 218px;
height: 145px;
}

.tdp {
color: #CCCCCC;
font-size: 11px;
padding-bottom: 15px;
padding-top: 3px;
padding-left: 10px;
}

.tdthumb:hover {
background-color: #FFFFFF;
background-image: none;
}

.thumb {
margin: 10px;
}

#minicv {
display: none;
font-size: 18px;
color: #99bf99;
background-color: #151515;
padding: 15px;
padding-left: 30px;
position: relative;
left: -30px;
}

.brands {
font-size: 14px;
color: #808080;
text-transform: uppercase;
line-height: 300%;
}

.brandsep {
color: #666666;
font-weight: bold;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
    height:700px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:70px;
		height:115px;
		position:absolute;
		left:-70px;
		top:90px;
		}	
	#nextBtn{ 
		left:940px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:70px;
		height:115px;
		background:url('../images/left.png') no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url('../images/right.png') no-repeat 0 0;	
		}												

/* // Easy Slider */

//-->
</style>

