/* @group Case Studies */
.case{
	margin:0 0 1.5em 0;
	clear:both;
	float:left;
	width:100%;
	padding-bottom: .5em;
	border-bottom:1px solid #bebebe;
}
.case img{
	float:left;
	margin:0 1em 1em 0;
	width:130px;
	height:81px;
	border:4px solid #bebebe;
	position:relative;
}
#content .case ul li{
	float:left;
}
.case a{
	text-transform: uppercase;
	text-decoration:none;
	}
#content .case ul, #content .case ul li{
	margin:0;
	list-style-type:none;
	background-image:none;
	}
.swcmsRepeaterImage{
	float: left;
	margin:4px;
}
#cases {
1float:left;
}
#cases .case h4{
	margin:0;
}
#cases .case h5{
	margin:0 0 .4em 0;
	font-weight:normal;
}
#cases .case p{
	margin:0 0 1em 0;
}
#cases .case p.more{
	margin:0;}
/* @end */

/* @group Paging */
ul.paging
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	float: left;
}

ul.paging li{
	float: left;
	list-style: none;
	border: #ccc 1px solid;
	margin-right: 0.5em;
}

ul.paging li.selected {
	background-color: #ccc;
}

ul.paging li a 
{
	padding: 0.2em 0.5em;
	color: #333;
	text-decoration:none;
}
ul.paging li a:hover{
	background-color:#933;
	color:#fff;
}
ul.paging li.selected a
{
	color: #fff;
}
#ZoomBox table, #ZoomBox table td, #ZoomBox table tr, #ZoomSpin table, #ZoomSpin table td, #ZoomSpin table tr, #ZoomCapDiv table, #ZoomCapDiv table td, #ZoomCapDiv table tr, #ShadowBox table, #ShadowBox table td, #ShadowBox table tr{
	margin:0;
	padding:0;
	border:none;
}
/* @end */