/* Content Socroller */
#my-glider {
    height: 209px;
    background: transparent;
}

div.scroller {
    /* modify width and height of scrolling section if necessary	*/
    width: 705px;
    height: 242px;
    overflow: hidden;
}

div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 725px;
    height: 242px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
    margin-left: -2px;
}

#section1, #section2, #section3 {
    padding-left: 24px;
    margin-left: -3px;
}


div.scroller div.content {
    width: 10000px;
    padding: 0 0 0 3px;
}

.scroller {
    width: 720px;
    padding-left: 0;
}

#scrollButtons {
    position: absolute;
    width: 0;
    height: 242px;
    cursor: pointer;
    top: 165px;
}

.scrollleft span {
    background: #CCC url(../images/btn_prev.gif) no-repeat scroll 0 0;
    width: 20px;
    position: absolute;
    height: 242px;
}

.scrollright span {
    background: #CCC url(../images/btn_next.gif) no-repeat scroll 0 0;
    width: 20px;
    height: 242px;
    position: absolute;
}

.sliderview {
    margin: 0;
    width: 680px;
    height: 242px;
    cursor: pointer;
    background: transparent;
}


.sliderImage {
    width: 683px;
    height: 242px;
    background: transparent;
}

.sliderImage img {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    padding-left: 0;
}

.glider_wrapper {
    width: 735px;
    height: 242px;
    background: transparent;
}

.glider_left {
    padding-right: 5px;
    float: left;
    width: 705px;
    background: transparent;


}

/*
.glider_right {
	float:right;
	background:transparent;
	padding-right:20px;
}
*/