
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 886px;
    margin: 0 auto;
    position: relative;
    height:320px;
    background-color:#000;
	background: url(../images/bg/bg_slider_holder.gif) repeat-x;
}

#slider-holder {
    border:7px solid #131313;
    margin-bottom:15px;
}

.scroll {
	overflow: hidden;
	width: 886px;
    margin: 0 auto;
    position: relative;
}


.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 289px;
	overflow:hidden;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/bg/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/bg/rightshadow.png) repeat-y;
}

.inside {
	padding: 5px 4px;
	border: 1px solid #282828;
	position:relative;
	overflow:hidden;
}

.inside .slideCnt {
	display: block;
	margin: 0 ;
	width: 264px;
}


.inside .text-holder
{
    position:absolute;
    bottom:5px;
    left:0px;
    padding:10px;
    margin:0px 4px;
	background: url(../images/bg/bg_slider_text.png);
}


.inside h2 {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #fff;
}


.scrollButtons {
    position: absolute;
    top: 140px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -29px;
    width:22px;
    height:55px;
	background: url(../images/bg/bg_slider_bu_left.gif) no-repeat;
}

.scrollButtons.right {
    right: -29px;
    width:22px;
    height:55px;
	background: url(../images/bg/bg_slider_bu_right.gif) no-repeat;
}
.scrollButtons span
{
    display:none;
}
