/*custom scroll bar */
/*.vertical-track {
    width: 14px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd;
}
.vertical-handle {
    width: 14px;
}
.vertical-handle .top {
    width: 14px;
    height: 14px;
    background: url(http://enscrollplugin.com/images/green-vert-scrollbar.png) no-repeat;
}
.vertical-handle .bottom {
    width: 14px;
    height: 100%;
    position: absolute;
    bottom: 0;
    clip: rect(14px 14px 9999px 0);
    background: url(http://enscrollplugin.com/images/green-vert-scrollbar.png) no-repeat 0 bottom;
}*/

#content .center_content .equal_media .scroll_x{
	width: 512px;
	height: 100px;
	margin: 0 0 20px 10px;
	overflow-x: scroll;
	position:relative;
}
.horizontal-track {
    width: 100%;
    height: 14px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd;
	margin: 0 0 0 10px;
}
.horizontal-handle {
    height: 14px;
	background: url(../images/bg_scroll_bar_drag.gif) no-repeat center #fff;
}
.horizontal-handle .left {
    width: 14px;
    height: 14px;
    background: url(../images/scrollbar_horiz.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/scrollbar_horiz.png');
}
.horizontal-handle .right {
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    clip: rect(0 9999px 14px 14px);
    background: url(../images/scrollbar_horiz.png) no-repeat right 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/scrollbar_horiz.png');
}
.corner {
    width: 14px;
    height: 14px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd; 
}