.aviaslider{
	height:262px; 	/*this changes the height of the image slider*/
	width:730px;
	overflow: hidden;
	position: relative;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:20px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display: none;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}


/* ============================================================================== */
.newnl-tabe{
	width:195px;
}

.newlaunches{
	width:280px;
	float:left;
	padding:0px 25px 15px 0px;
	overflow: hidden;
}

.nlbox{
	width:95px;
	text-align:left;
	padding-right: 10px;
}
.nlboxborder{
	border-bottom:1px dashed #917547;
	height:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E39900;
	line-height: normal;
	padding-top: 5px;
}
.nlimage{    border:solid 2px #E39900;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;



}

.normaldivflot{float:left; width:100%;}
.inpaginfo{
	width:730px;
	overflow: hidden;
	padding-bottom: 10px;
	margin: 1px;
	float: left;
	padding-right: 10px;
}
.nextprv-sp{ padding:0px 20px 0px 20px;}
