﻿/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: block;
}
/*Main Container*/
.container {
	width:950px;}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;
		width:950px;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
	width:950px;
}
.pic-1 {
	/*background-image: url('../../images/front/en/pics/pic-1.jpg');*/
	background-repeat: no-repeat;
	width: 665px;
	height: 302px;
}
.pic-2 {
	background-repeat: no-repeat;
	width: 665px;
	height: 302px;
}
.pic-3 {
	background-repeat: no-repeat;
	width: 665px;
	height: 302px;
}
.pic-4 {
	background-repeat: no-repeat;
	width: 665px;
	height: 302px;
}
.pic-5 {
	background-repeat: no-repeat;
	width: 665px;
	height: 302px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../../images/front/blade.png) no-repeat;
}
.handleOver{	
	background: url(../../images/front/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../../images/front/blade_sel.png) no-repeat;
}
