/*   
This style sheet is purely for Pelaminan Minang Gallery

This theme are modified to refelcts the richness of Minangkabau art, style and culture which represent itself in its color combination between black, red and yellow. This color combination play an important rules in Minangkabau community.
.
*/
.contentslide{
	padding: 0 0 0px 0;
	width: 265px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 390px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
}

.pagination{
	width: 265px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	height: 20px;
	background-color: #000;
	border: 1px solid #ffffff;
	border-width: 0 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 255px; /*IE5 width*/
}

.pagination a{
	padding: 3px 10px;
	text-decoration: none;
	background-color: #222222;
	font-family: Arial;
	font-size: 8pt;
	color: #888888;
	text-transform: uppercase;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #555555;
}
