.contentslide{
	display: inline-block;
	position: static;
	width: 344px;
	height: 484px;
	text-align: center;
	margin: 8px;
}

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

}

.contentslide .contentdiv{
display: none;
	width: 344px;
	height: 484px;
	text-align: center;
}

/* @group Links */

.contentslide .contentdiv span {
	display: block;
	position: absolute;
	text-align: center;
	width: 130px;
	height: 130px;
	behavior: url(iepngfix.htc);
	margin-left: 10px;
}

.contentslide .contentdiv span#Summer {
	background: url(../images/display/link-summer.png) no-repeat;
}

.contentslide .contentdiv span#Mia {
	background: url(../images/display/link-mia.png) no-repeat;
}

.contentslide .contentdiv span#Isabelle {
	background: url(../images/display/link-isabelle.png) no-repeat;
}

/* @end */

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}