@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
body { background:#3b3b3b; height:100%; overflow-x:hidden }
img{ border:none; }


p{
 font:"Century Gothic", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; 
}
	
#topfade { margin:0 auto; height: 380px; width:100%; top:-300px; left:0; z-index:3; position:fixed; opacity: 1; pointer-events: none; sizingMethod='scale');
  
  
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background:url(/img/templateimages/topfadenew1.png);}

#topfade img{
  background:none !important;
}
	 
 #controls-wrapper{ margin:0 auto; height:100px; width:100%; bottom:0px; left:0; z-index:1; repeat-x; position:fixed; opacity: 1; pointer-events: none; 
  
  
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.84))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-8 */


  background:none\9;}	 


	#blackcover {position:fixed; background-color:#000; width:100%; height:100%; top:0; z-index:50;}
	
	
	#headerimages { position:fixed; left:5px; bottom: top: 5px; overflow:hidden; float:left; color:#FFF; font:20px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:100; text-shadow:#000 1px 1px 2px; margin:0 20px 5px 0; width:160px; height:50; padding: 5px; z-index:600;  }
	
	
	#footerimage { position:fixed; left:5px; bottom: 0px; overflow:hidden; float:left; color:#FFF; font:20px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:100; text-shadow:#000 1px 1px 2px; margin:0 20px 5px 0; width:500px; padding: 5px; z-index:100; height:0px; text-align:left;}
	
	#footerimage h3{ position:fixed; left:290px; bottom: -10px; float:left; color:#FFF; font:10px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:100; text-shadow:#000 1px 1px 2px; margin:0 20px 5px 0; padding: 5px; z-index:100; height:0px;}
	
	#sharingtab { position:fixed; right:-200px; bottom: 3px; overflow:hidden; float:left; color:#FFF; font:16px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:100; text-shadow:#000 1px 1px 2px; margin:0 0px 5px 0; width:350px; padding: 5px; z-index:100; height:20px; cursor:pointer; text-align:left;}
	
		
	/* NAVIGATION*/
	
.clear {clear:both} 
	
/*container to stop overlap of logo*/

#menucontainer{
padding-left:0px;
position:fixed;
margin:auto;
width: 100%;
z-index:500;
  



}
	
/* remove the list style */
#nav {
    width:758px;
	margin:0px auto; 
    padding:0;
	padding-left:120px;
	padding-right:100px;
    list-style:none;
  z-index:500; 
	
	
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left; 
        display:block; 
        width:125px; 
        position:relative;
        z-index:500; 
        margin:0 0px;
		
    }
         
    /* this is the parent menu */
    #nav li a {
        display:block; 
        padding:8px 5px 0 5px; 
        height:23px; 
        text-decoration:none; 
        color:#fff; 
        text-align:center; 
        color:#fff;
		font:16px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:200; text-shadow:#000 1px 1px 2px;
		z-index:500; 
    }
 
    #nav ul li a:hover {
        color:#FC6;
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute; 
            left:0; 
            display:none; 
            margin:0 0 0 -2px; 
            padding:0; 
            list-style:none;
			background:url(/img/templateimages/transpixel.gif);
  z-index:500; 
			
        }
         
        #nav ul li {
            width:125px; 
            float:left; 
  z-index:500; 
			
            /* border-top:1px solid #fff; */
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:block;  
            height:12px;
            padding: 8px 5px; 
            color:#fff;
			font:14px "Century Gothic", Helvetica, Arial, sans-serif; font-weight:100; text-shadow:#000 1px 1px 2px;
  z-index:500; 
        }
         
        #nav ul a:hover {
           /* text-decoration:underline;  */
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

#dealerlistbtn{
 position:absolute;
  width:250px;
  bottom:60px;
  right:0px;
  z-index:31;
}

#contenthere{ z-index:0; width: 900px; position:relative;
top:80px;
text-align:left;
  padding-left:10px;
  padding-right:10px;
  margin-left: auto;
  margin-right: auto; padding-bottom:80px; 
}

#contenthere2{ z-index:0; width: 750px; position:relative;
top:20px;
text-align:left;
  padding-left:10px;
  padding-right:10px;
  margin-left: auto;
  margin-right: auto; padding-bottom:80px; 
  font:"Century Gothic", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; color:white; 
}
.whiteborder {border:1px solid #707070;}

a:hover img.whiteborder{
		border: 1px solid #fff;
		border-width: 1px 1px 1px;
		color: #fff;
	}





#contenthere p{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}
#contenthere p2{ font:10px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}
#contenthere p3{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:black; text-shadow:#ffffff 1px 1px 1px;}
#contenthere h1{ font:18px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere h2{ font:15px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere h3{ font:14px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere h4{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}

#contenthere A:link {text-decoration: underline; color: white}
#contenthere A:visited {text-decoration: underline; color: white;}
#contenthere A:active {text-decoration: none; color: white}
#contenthere A:hover {text-decoration: underline; color: #FC6;}


#contenthere2 p{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}
#contenthere2 p2{ font:10px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}
#contenthere2 h1{ font:18px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere2 h2{ font:15px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere2 h3{ font:14px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}
#contenthere2 h4{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; font-weight:bold; text-shadow:#000 1px 1px 1px;}

#contenthere2 A:link {text-decoration: underline; color: white}
#contenthere2 A:visited {text-decoration: underline; color: white;}
#contenthere2 A:active {text-decoration: none; color: white}
#contenthere2 A:hover {text-decoration: underline; color: #FC6;}


#leftcontent { float : left; width : 48%; padding-bottom:80px; border-right-color:green;}
#rightcontent { float : right; width : 48%; padding-bottom:80px; }
#midline{width:2px; height:100%; float:left;  position:fixed; top:80px; margin-left:450px; }

.selectDisable {-webkit-user-select: none;  -khtml-user-select: none;   -moz-user-select: none; -o-user-select: none;    user-select: none; }

.selectEnable { -webkit-user-select: text;  -khtml-user-select: text;   -moz-user-select: text; -o-user-select: text;    user-select: text; }

#socialcontainer{
	position: fixed;
    top: 0px;
  right:0px;
    width:100px;
    	
	 z-index:600;
  
}

#socialpadder{
	 width: 500px; 
     margin: 20px;
	 z-index:400;

}

#socialmedia{
position: absolute; top:11px; right: 10px; z-index:1000; width:74px; 
}

#socialmedia img{
margin-left:5px; cursor:pointer;
}


#loadingdiv { position:absolute; top:50%; left:50%; z-index:12000; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(/img/templateimages/progress.gif) no-repeat center center;}


#supersized-loader { position:absolute; top:50%; left:50%; z-index:11051; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(/img/templateimages/progress.gif) no-repeat center center;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
		
		#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
			#supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
			
			#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;

	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* #contenthere p{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;} */

#contenthere, 
#contenthere p,
#contenthere table tr th,
#contenthere table tr td,
#contenthere font,
#contenthere label 
{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}
#contenthere table,
#contenthere table tr,
#contenthere table tr td 
{ background:none;border:none; color:white;}

#contenthere2, 
#contenthere2 p,
#contenthere2 table tr th,
#contenthere2 table tr td,
#contenthere2 font,
#contenthere2 label 
{ font:13px "Century Gothic", Helvetica, Arial, sans-serif; color:white; text-shadow:#000 1px 1px 1px;}

#contenthere2 table,
#contenthere2 table tr,
#contenthere2 table tr td 
{ background:none;border:none; }
form.tidy fieldset {border:none;}

form.tidy fieldset label {
	float:left;
	clear:left;
	width:20em;
	font-weight:bold;
	margin: 0 0.5em 1em 0;
	padding: 0.75em 0;
}

form.tidy fieldset label span {
	display:block;
	font-size:80%;
	font-style:italic;
	color:#7F7F7F;
}

form.tidy fieldset input[type="text"],
form.tidy fieldset input.text {
	float:left;
	width:25em;
	margin: 0.5em 0 1em 0;
	padding: 0.25em;
	font-size:100%;
}

form.tidy fieldset input.short,
form.tidy fieldset input.datepicker,
form.tidy fieldset select.short {
	width:12em;
}

form.tidy fieldset input.shorter,
form.tidy fieldset select.shorter {
	width:7em;
}

form.tidy fieldset input.inline,
form.tidy fieldset select.inline {
	margin-right:0.75em;
}

form.tidy fieldset textarea {
	width:360px;
	height:120px;
	margin: 0.5em 0 1em 0;
	padding: 0.25em;
}

form.tidy fieldset select {
	float:left;
	width:20em;
	margin: 0.5em 0 1em 0;
	padding: 0.15em;
	font-size:100%;
}

form.tidy fieldset input[type="checkbox"],
form.tidy fieldset input[type="radio"],
form.tidy fieldset input.checkbox,
form.tidy fieldset input.radio
{
	float:left;
	clear:left;
	margin: 0.75em 0 1em 20.5em; /* equal to label width + padding */
	font-size:100%;
}

form.tidy fieldset label.checkbox,
form.tidy fieldset label.radio
{
	float:left;
	clear:none;
	width:23em;
	margin: 0 0 0.75em 1em;
	font-size:100%;
}

form.tidy fieldset br {
	clear:both;
}

form.tidy fieldset div.buttons {
	margin: 0 0.25em 0 20.5em; /* equal to label width + padding */
}

form.tidy .buttons a, 
form.tidy .buttons input {
	font-family:"Arial",sans-serif;
	line-height:1.3em;
	float:left;
	display:block;
	margin: 0.75em 0.5em 1em 0; /* equal to label width + padding */
	padding: 0.4em;
	cursor:pointer;
	font-size:100%;
	border:#000 solid 1px;
	border-bottom:#000 solid 2px;
	border-right:#000 solid 2px;
	background:#DFDFDF;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

form.tidy .buttons a img {
	border:none;
	vertical-align: middle;
	margin-right:5px;
}

form.tidy .buttons a:hover, 
form.tidy .buttons input:hover {
	border-bottom:#000 solid 1px;
	border-right:#000 solid 1px;
	border-top:#FFF solid 2px;
	border-left:#FFF solid 2px;
}

form.tidy .buttons a.positive, 
form.tidy .buttons input.positive {
	background:#2F547F;
	color:#FFF;
}

form.tidy .buttons a.clear {
	background:none;
	border:none;
}

form.tidy label span.req {
	display:inline;
	float:none;
	font-size:100%;
	color:#EF1D1D;
	font-weight:bold;
}

ul.message {
	margin: 1em 0;
	padding: 1em 1em 0.5em 1em;
}

ul.message li {
	padding: 0 0 0.5em 1.5em;
	list-style: none;
}

ul.error {
	border-left:#FF6F6F solid 2px;
	border-top:#FF6F6F solid 2px;
	border-right: #BF2323 solid 2px;
	border-bottom: #BF2323 solid 2px;
}

ul.success {
	border-top: #61DF72 solid 2px;
	border-left: #61DF72 solid 2px;
	border-bottom: #139F26 solid 2px;
	border-right: #139F26 solid 2px;
}

#shop_category_table .thumb_container {
	height:120px;
	display: table-cell; 
	vertical-align: bottom;
	margin-bottom:7px;
}

#shop_category_table .thumb_container img {
	max-height:120px;
}

#shop_category_table a.thumb_link {
	font-weight: normal;
	color:#ffffff;
}

#shop_category_table a.thumb_link span.price {
	display:block;
	text-align: center;
	font-weight: bold;
	color:#ffcc66;
}

#shop_product_detail_table td{
  	padding:5px;
}

#tray1title {position:absoute; height:50px; width:200px; top:0px; left:0;}
#tray2title {position:absoute;  height:50px; width:200px; top:860px; left:0;}

#bottompadderblock { width:900px; color:#ffffff; z-index:3; overflow-x:hidden; position:absolute; padding-bottom:400px; display:block; top:2150px; left:0; text-align:center; }
#thumb-tray14{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1860px; left:0; text-align:center; background:#000000; }
#thumb-tray13{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1720px; left:0; text-align:center; background:#000000; }
#thumb-tray12{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1580px; left:0; text-align:center; background:#000000; }
#thumb-tray11{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1440px; left:0; text-align:center; background:#000000; }
#thumb-tray10{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1300px; left:0; text-align:center; background:#000000; }
#thumb-tray9{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1160px; left:0; text-align:center; background:#000000; }
#thumb-tray8{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:1020px; left:0; text-align:center; background:#000000; }
#thumb-tray7{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:880px; left:0; text-align:center; background:#000000; }
#thumb-tray6{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:740px; left:0; text-align:center; background:#000000; }
#thumb-tray5{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:600px; left:0; text-align:center; background:#000000; }
#thumb-tray4{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:460px; left:0; text-align:center; background:#000000; }
#thumb-tray3{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:320px; left:0; text-align:center; background:#000000; }
#thumb-tray2{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:180px; left:0; text-align:center; background:#000000; }
#thumb-tray{ width:900px; height:120px; z-index:3; overflow-x:hidden; position:absolute;  display:block; top:40px; left:0; text-align:center; background:#000000; }

	
		#thumb-prev, #thumb-next{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
		#thumb-prev2, #thumb-next2{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
		#thumb-prev3, #thumb-next3{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev4, #thumb-next4{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev5, #thumb-next5{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev6, #thumb-next6{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev7, #thumb-next7{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev8, #thumb-next8{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev9, #thumb-next9{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev10, #thumb-next10{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev11, #thumb-next11{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev12, #thumb-next12{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev13, #thumb-next13{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }
#thumb-prev14, #thumb-next14{ width:40px; height:100px; position:absolute;  z-index:5; bottom:0; }

		#thumb-prev{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev:hover, #thumb-next:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

		#thumb-prev2{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next2{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev2:hover, #thumb-next2:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev2:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next2:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

		#thumb-prev3{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next3{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev3:hover, #thumb-next3:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev3:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next3:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev4{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next4{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev4:hover, #thumb-next4:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev4:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next4:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev5{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next5{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev5:hover, #thumb-next5:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev5:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next5:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev6{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next6{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev6:hover, #thumb-next6:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev6:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next6:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev7{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next7{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev7:hover, #thumb-next7:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev7:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next7:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev8{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next8{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev8:hover, #thumb-next8:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev8:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next8:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev9{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next9{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev9:hover, #thumb-next9:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev9:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next9:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev10{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next10{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev10:hover, #thumb-next10:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev10:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next10:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev11{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next11{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev11:hover, #thumb-next11:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev11:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next11:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev12{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next12{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev12:hover, #thumb-next12:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev12:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next12:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev13{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next13{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev13:hover, #thumb-next13:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev13:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next13:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

#thumb-prev14{ left:0; background: url(/img/templateimages/thumb-back.png) no-repeat center center; }
		#thumb-next14{ right:0; background:url(/img/templateimages/thumb-forward.png) no-repeat center center; }
		#thumb-prev14:hover, #thumb-next14:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
		#thumb-prev14:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
		#thumb-next14:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

		
		ul#thumb-list li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }
		ul#thumb-list{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list li:hover{ cursor:pointer; }
		ul#thumb-list li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

		ul#thumb-list2 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list2{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list2 li:hover{ cursor:pointer; }
		ul#thumb-list2 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list2 li.current-thumb img, ul#thumb-list2 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

		ul#thumb-list3 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list3{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list3 li:hover{ cursor:pointer; }
		ul#thumb-list3 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list3 li.current-thumb img, ul#thumb-list3 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }


ul#thumb-list4 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list4{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list4 li:hover{ cursor:pointer; }
		ul#thumb-list4 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list4 li.current-thumb img, ul#thumb-list4 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list5 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list5{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list5 li:hover{ cursor:pointer; }
		ul#thumb-list5 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list5 li.current-thumb img, ul#thumb-list5 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list6 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list6{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list6 li:hover{ cursor:pointer; }
		ul#thumb-list6 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list6 li.current-thumb img, ul#thumb-list6 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list7 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list7{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list7 li:hover{ cursor:pointer; }
		ul#thumb-list7 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list7 li.current-thumb img, ul#thumb-list7 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list8 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list8{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list8 li:hover{ cursor:pointer; }
		ul#thumb-list8 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list8 li.current-thumb img, ul#thumb-list8 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list9 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list9{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list9 li:hover{ cursor:pointer; }
		ul#thumb-list9 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list9 li.current-thumb img, ul#thumb-list9 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list10 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list10{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list10 li:hover{ cursor:pointer; }
		ul#thumb-list10 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list10 li.current-thumb img, ul#thumb-list10 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list11 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list11{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list11 li:hover{ cursor:pointer; }
		ul#thumb-list11 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list11 li.current-thumb img, ul#thumb-list11 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }


ul#thumb-list12 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list12{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list12 li:hover{ cursor:pointer; }
		ul#thumb-list12 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list12 li.current-thumb img, ul#thumb-list12 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list13 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list13{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list13 li:hover{ cursor:pointer; }
		ul#thumb-list13 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list13 li.current-thumb img, ul#thumb-list13 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }

ul#thumb-list14 li{ display:inline; width:150px; height:100px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }	
		ul#thumb-list14{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
		ul#thumb-list14 li:hover{ cursor:pointer; }
		ul#thumb-list14 li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
		ul#thumb-list14 li.current-thumb img, ul#thumb-list14 li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }


.pp_description a:link{color:white;}
.pp_description a:visited{color:white;}
.pp_description a:active{color:white;}
.pp_description a:hover{color:#ffcc66;}

.subscribe-vehicle-alert{width:88%;height:94%;background:#1a1a1a;color:#fff;font: 16px "Century Gothic", Helvetica, Arial, sans-serif;padding:3% 40px 0px 40px;} 
.subscribe-vehicle-alert table{margin:0 auto;}
.subscribe-vehicle-alert h1{padding-left: 20px;padding-bottom:35px}
.subscribe-vehicle-alert table tr td{color:#fff;font-size:14px;}
.subscribe-vehicle-alert input[type=text]{width:100%;}
.subscribe_button{background:url("../img/subscribe_button.jpg"); width:149px;height:37px;float:right;}

