/* Home cycles */
.homeViewport {
	position: relative;
	width: 942px;
	height: 350px;
	overflow:hidden;
}

.homeViewportLarge{
	position: relative;
	width: 942px;
	height: 400px;
	overflow:hidden;
}

.homeViewport  ul.homeCyclePager {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width:192px;
	list-style: none;
	text-align:right;
	margin-top:0px;
}

.homeViewport  ul.homeCyclePager li {
	border: 1px solid #D0D0D0;
	padding: 9px 4px;
	background-color: #E0E0E0;
	font-size: 16px;
	font-family:Arial;
	text-decoration: none;
	color: #A0A0A0;
}

.homeViewport ul.homeCyclePager a{
	color: #A0A0A0;
	text-decoration: none;
}

.homeViewport ul.homeCyclePager a.activeSlide { color:#000000; }

.homeViewport div.catsOverlay {
	background-color: #303030;
	border:1px solid #A0A0A0;
	padding:5px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	z-Index:999">
}

.homeViewport div.catsOverlay ul {margin-left:5px;}

.homeViewport div.catsOverlay ul li{
	padding:1px 0;
	font-size: 12px;
}

.homeViewport div.catsOverlay a{color:#FFFFFF;}

.catCycleViewport {
	position: relative;
	width: 705px;
	height: 140px;
	overflow: hidden;
}

.cyclePager {
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	z-index: 9999;
}

.cyclePager a {
	border: 1px solid #D0D0D0;
	padding: 2px 4px;
	margin-left: 2px;
	background-color: #E0E0E0;
	font-size: 10px;
	font-family:Arial;
	text-decoration: none;
	color: #A0A0A0;
}
.cyclePager a.activeSlide { background-color: #FFFFFF; color:#000000; }



.cardViewport {
	position: relative;
	width: 890px;
	height: 200px;
}


.card {
/*	border: 1px solid #D0D0D0;	background-color: #E0E0E0; width : 200px;	height: 200px;	width: 200px; */
}