

#scrollWrapper {

	margin: 0px auto;

	overflow: hidden; 

	height: 326px; 

	width: 876px;

	border: 2px solid #bebebe;

	position: relative;

}

 

#scrollInner {

	width: 876px;

	height: 326px;

	position: relative;

	border: 0px none;

}

 

.scrolling-content {

	position: absolute;

	border: 0px none;

}

 

#scrollContent1 {

	width: 10000px;

	left: 0px; 

	top: 0px;

}



/*

Author URI: http://www.mis-algoritmos.com

*/



div.pagination {

	background-color:#fff;

	padding-top: 10px; 

	padding-bottom: 10px;

}



div.pagination a {

	padding: 2px 5px 2px 5px;

	background-color:#bebebe;

	text-decoration: none;

	color: #787878;

	font-weight: bold;

}

div.pagination a:hover, div.pagination a:active {

	background-color:#ba1e1e;

	color: #fff;

	font-weight: bold;

}



#currentPagination {

	padding: 2px 5px 2px 5px;

	font-weight: bold;

	background-color: #ba1e1e;

	color: #fff;

}



div.pagination a.disabled {

	padding: 2px 5px 2px 5px;

	background-color: #bebebe;

	color: #ffffff;

	cursor: default;

}

