/*-- Card Collection Page --*/

.contentcontainer .cardcontainer {
	height:220px;
	margin-top:20px;
}

.contentcontainer .cardcontainer img {
	float:left; position: relative; margin-right:10px;
	padding:2px; border:1px #666666 solid; 
}

.contencontainer .buttonwrapper {
	width:590px; height: 50px;
}

.contentcontainer .prevbutton {
	margin-top:25px; text-align:left; 
	height: 28px; 
	background: url(../images/arrow-whitebg-prev.jpg) left no-repeat;
}
.contentcontainer a .prevbutton .text {
	font-weight:bold; font-size: 1.2em; color:#000000;
	position: relative; left:35px; top:4px;
}
.contentcontainer a:hover .prevbutton .text {
	text-decoration:underline;
}

.contentcontainer .nextbutton {
	margin-top:25px; text-align:right;
	height: 28px; 
	background: url(../images/arrow-whitebg.jpg) right no-repeat;
}
.contentcontainer a .nextbutton .text {
	font-weight:bold; font-size: 1.2em; color:#000000;
	position: relative; right:35px; top:4px;
}
.contentcontainer a:hover .nextbutton .text {
	text-decoration:underline;
}

