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

/*---------------------------jQuery Slide Main---------------------------------------*/

#main-slideshow {
	display:none;
}

.main-slideshow-css {
	display:block;
	width:741px;
	height:313px;
	top:55px;
	right:24px;
	z-index:2;
	position:absolute;
	background-color:#000000;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:50% 50%;
}
.main-slideshow-next {
	cursor:pointer;
	color:#ffffff;
	padding:0 20px 0 0;
	position:absolute;
	top:340px;
	right:32px;
	display:block;
	height:19px;
	line-height:17px;
	z-index:4;
	background:url('../images/arrow_r.png') no-repeat scroll 100% -19px;
}
.main-slideshow-next-hover {
	color:#fbb40b;
	background-position:100% 1px;
}




/* WHAT'S NEW SECTION */

#whatsnew {}
#whatsnew h2 {
	position:absolute;
	top:0px;
	left:5px;
	font-weight:bold;
	font-weight:normal;
	font-size:18px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#ffffff;
}

#whatsnew-frame {
	width:880px;
	overflow:hidden;
	position:relative;
	padding-left:10px;
}

#whatsnew-slide {
	overflow:hidden;
	margin:0;
}

#whatsnew-slide ul {
	padding:0;
	margin:0;
	height:100%;
	list-style:none;
}


/* slider navigation, whole markups handled by JavaScript */

#whatsnew .next {  
	cursor: pointer;  
	display: block;
	text-indent:-4000px;
	width:27px;
	height:26px;
	margin-top:45px;
	float: right;
 	background:url(../images/next.png) no-repeat; 
 	z-index:3px;
}
#whatsnew .prev {
	color:#ffffff;
	cursor:pointer;
	display:block; 
	width:27px;
	height:26px;
	float:left;
	margin-top:45px;
	text-indent:-4000px;
	z-index:111;
	background:url(../images/pervious.png);
}
/*
#whatsnew .next-hover { color: #fbb40b; background-position: 100% 1px; }
#whatsnew .prev-hover { color: #fbb40b; background-position: 0 1px; }
#whatsnew .next-active { } /* brother sami didn't want but this'll work  
#whatsnew .prev-active { }
#whatsnew .next-disabled { cursor: default; color: #ffffff; background-position: 100% -19px; }
#whatsnew .prev-disabled { cursor: default; color: #ffffff; background-position: 0 -19px; }
*/



/* BOTTOM PANEL */

