.slider {
    width: 999px;
    margin: 0 auto;
    position: relative;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {

    width: 185px;
	height: 98px;
}

.scrollContainer div.stpanel {

    width: 177px;
	min-height: 59px;
	height: auto !important;
	height: 59px;
	background:url(../images/stpanelbg.gif) top left repeat-y;
	margin-right: 8px;
}
.inside {
	
}
div.stpanel .inside {
	padding: 10px;
	background:url(../images/stpanelbgtop.gif) top left no-repeat;
	line-height: 1.5;
}
div.stpanel .inside span{
	font-weight: bold;
	color: #f29938;
}
.scrollButtons {
    position: absolute;
    top: 29px;
    cursor: pointer;
}

.scrollButtons.btnleft {
    left: 0px;
}

.scrollButtons.btnright {
    right: 0px;
}



/* for choose report */


#reportselection .slider {
    width: 963px;
    margin: 0 auto;
    position: relative;
}

#reportselection .scroll {
	overflow: hidden;
	width: 834px;
	padding: 0px 16px 0px 18px;
    margin: 0 auto;
    position: relative;
    background: url(../images/reportscrollbg.gif) repeat-x top left;
}

#reportselection .scrollContainer {
	position: relative;
}

#reportselection .scrollContainer div.panel {

    width: 166px;
	height: 174px;
	
}

#reportselection .inside {
	
}
#reportselection .scrollButtons {
    position: absolute;
    top: 64px;
    cursor: pointer;
}

#reportselection .scrollButtons.btnleft {
    left: 15px;
}

#reportselection .scrollButtons.btnright {
    right: 15px;
}
