.scrollable {
	position:relative;
	overflow:hidden;
	width: 460px;
	height:440px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable2 {
	width:500px;
}

.items div {
	float:left;
	width:550px;
}
#tablets .scrollable img {
	float:left;
	width:500px;
	height:440px;
}
#positions{
	margin-top: -45px;
}
#positions .scrollable img {
	float:left;
	width:440px;
	height:510px;
}
.scrollable .active {
	position:relative;
	cursor:default;
}


#tablets .navi {
	margin-left:200px;
}

#positions .navi {
  margin-left: 0;
  margin-top: -30px;
  position: absolute;
  z-index: 50000;
}

/* innovative */
#innovative{
	width:280px;
	height:162px;
	margin-left:150px;
	margin-top:40px;
	padding:0px;
}
.arrowLeft{
	background:url("../images/prev.jpg");
	opacity:0.6;
	float:left;
	display:block;
	height:29px;
	width:30px;
	filter: alpha(opacity = 60);
	margin-top:45px;
}
.arrowLeft:hover{
	background:url("../images/prev.jpg");
	opacity:0.9;
	filter: alpha(opacity = 90);
}
.arrowLeftD{    
	background-color: #ffffff;
    border: none;
    float: left;
    height: 100px;
    margin: 0 0 0 -18px;
    padding-left: 10px;
    position: absolute;
    width: 38px;
    z-index: 200;}

.arrowRightD{    
    background-color: #FFFFFF;
    border: medium none;
    float: right;
    height: 100px;
    margin: -110px 0 0 315px;
    padding-right: 25px;
    position: absolute;
    width: 40px;
    z-index: 200;
	}

#imgContainer img{
	width:212px;
	height:120px;
	float:left;
}
.arrowRight{
	background:url("../images/next.jpg");
	opacity:0.6;
	display:block;
	height:29px;
	width:30px;
	filter: alpha(opacity = 60);
	margin-top:46px;
	float:right;
	
}
.arrowRight:hover{
	background-image:url("../images/next.jpg");
	opacity:0.9;
	filter: alpha(opacity = 90);
}
.fishEyeArrow {
		

}
.InvaArrow{
	margin-top:55px; 
	
}
.galleryDiv{
	position:relative;
	width:320px;
	height:110px;
	margin-left:15px;
	background:url("../images/slider_bg.png")  no-repeat scroll 15px 0 transparent;
}
.galleryD{
	width: 350px;
	margin-left: 250px;
}
table td{
padding:10px;
	margin:10px;
}

/* round corners */
#roundCorners{
	width:990px;
	background:#F4F4F4 url("http://lghttp.5654.nexcesscdn.net/8041F9/mage/skin/frontend/pro/cc/images/bd_bg.gif") repeat-x;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:1px;
}
.cssParsedBox{
    margin: 0 auto 20px;
    color: #ffffff;
    width: 92%;
    padding: 20px;
    background-color: #FFFFFF;
	border:1px solid #DEDEDE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}

div#tmpSlideshow {
    position: relative;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
div.tmpSlide img {
    float: left;
}
div#tmpSlideshowControls {
    position: absolute;
	margin-left:-50px;
}