*{
	margin:0;
	padding:0;
	list-style:none;
}

body{
	background:#333;
	text-align:center;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:1000px;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 940px;
    height: 730px;
	float:left;
	position:relative;
	left:-30px;
}

.opMenu{
	width:1000px;
	height:14px;
	line-height:14px;
	font-size:10px;
	text-align:left;
	text-indent:80px;
	background:url(menu.jpg) no-repeat;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:none;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 940px;
    height: 706px;
	float:left;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	width:30px;
	height:706px;
	background:url(bt2.jpg) no-repeat;
	float:left;
	position:relative;
	left:940px;
	cursor:hand;
	cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	width:30px;
	height:706px;
	background:url(bt1.jpg) no-repeat;
	float:left;
	cursor:hand;
	cursor:pointer;
}

.jcarousel-control{
	float:left;
	width:200px;
	height:635px;
	overflow:hidden;
	float:left;
	position:absolute;
	z-index:10000;
	float:left;
	left:0;
	padding:10px;
	background:#333333;
	margin:0 0 0 40px;
}

.jcarousel-control a{
	float:left;
	width:180px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-size:11px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	padding:0 10px 0 10px;
}

.jcarousel-control a:hover{
	background:#000;
}
