.SlidingPanels {
    float: left;
	position: relative;
	width: 720px;
	height: 450px;
	padding: 0px;
	border: none;
}

.SlidingPanels_Op1 {
    float: left;
	position: relative;
	width: 730px;
	height: 328px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 720px;
	margin:0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent_Op2 {
	float: left;
	width: 980px;
	margin:0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentFixed 
{
    max-height: 445px;
	overflow: hidden;
}

.SlidingPanelsContentFixed_Op1
{
    max-height: 298px;
	overflow: hidden;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}


.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}

.slidingTabPanelWrapper {
	height:100px;
	margin:0px;
	display: none;
	width:730px;
}

.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:730px;
	height:45px;
}

.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:144px;
	margin:0px;
}

.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:144px;
	height:100px;
	cursor:default;
	outline:none;	
    background-position:-288px;
}

.tab {
	position:relative;
	top:1px;
	display:block;
	width:144px;
	height:100px;
	cursor:pointer;
	outline:none;
}

.tab:hover {
	background-position:-144px;
}


ul.slidingTabPanel{
	margin-left:0px;
}

li.tab{

	margin-left:10px;
	font-size:12px;
	color:#333;
}

li.tabActive{

	margin-left:10px;
	font-size:12px;
	color:#333;
}

#holdr_div {
	height: 450px;
	width: 730px;
}

img.SlidingContentHeaderImage 
{
    width:720px;
    height: 200px;
}

a.rightArrow
{
    background-image:url(/Images/ContentSlider/arrow_right.png);
    z-index:200;
    display:block;
	cursor:pointer;
	outline:none;
	width:30px; 
	height:200px;
	position:absolute; 
	top:10px; 
	left:700px; 
	width:30px; 
	height:200px;
}

a.rightArrow:hover
{
    background-image:url(/Images/ContentSlider/arrow_right_on.png);
}

a.leftArrow
{
    background-image:url(/Images/ContentSlider/arrow_left.png);
    z-index:200;
    display:block;
	cursor:pointer;
	outline:none;
	width:30px; 
	height:200px;
	position:absolute; 
	top:10px; 
	left:10px; 
	width:30px; 
	height:200px;
}

a.leftArrow:hover
{
    background-image:url(/Images/ContentSlider/arrow_left_on.png);
}