/***********************************************************
 Let the games begin...
************************************************************/

/* Easy Slider */
#slider{
 position: relative;
 height:300px;
 width: 515px;
 overflow:hidden;
 border: 4px solid #D8D8D8;
}
#slider ul {
	position: absolute;
	padding: 0;
	margin:0;
	list-style:none;	
}
#slider li {
	margin:0;
	padding:0;
	list-style:none;	
}
#slider li{ 
	width:515px;
	height:300px;
	overflow:hidden; 
}

#slider img{ 
	border:0px; 
}

/* numeric controls */	
ol#controls{
	padding:0; margin: 20px 0 5px 0;
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	height:10px;
	list-style: none;
	width:10px;
}
ol#controls li a {
	height:10px;
	width:10px;
	display: block;
	background:#b4bdc4;
	color:#000;
	padding:0;
	text-decoration:none;
	font-size: 1px;
	line-height: 100%;
}
ol#controls li.current a{
	background:#3e7a34;
	color:#fff;
}
	
/* // Easy Slider */


.gsc_comments li {
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 25px;
}


ul.sus-challange {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 1em;
	
}

ul.sus-challange li {
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 25px;
}

ul.sus-challange li small {
	display: block;
	margin-bottom: 10px;
}

ul.sus-challange li.last {
	border: none;
}