﻿/*-------------------------------------------------------------------------------------------------------------------

	=Glider
 		
--------------------------------------------------------------------------------------------------------------------*/

#my-glider {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-bottom: 4px solid #000;
	height: 360px;
	margin: 20px 0 34px 0;
	padding: 10px;
	width: 689px;
	/*border: 1px solid red;*/
}

.scroller {
 
	/* modify width and height of scrolling section if necessary	*/		
	width: 690px; 
	height: 264px;
	overflow: hidden;	
}
	
.scroller .section {
	
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 690px;
	height: 264px;
	overflow: hidden;
	float: left;			
}
		
.scroller div.content {
	width: 10000px;
	
}

.section p {
	color: #8c8c8c;
	font-size: 1.2em;
	line-height: 1.7em;
}

.section p a {
	background: url('../images/more_arrow.gif') no-repeat right 4px;
	padding-right: 10px;
}
.section img {
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 20px;
}

.content {
	background-color: #F5F5F5;
}

.controls {
	height: 100px;
	border-top: 1px solid #ededed;
	margin-top: 8px;
	overflow: hidden;
	padding-left: 48px;
}

.controls img {
	border: 2px solid #e3e3e3;
	margin-left: 22px;
	margin-top: 18px;
	padding: 1px;
}

.controls a img {
	border: 2px solid #e3e3e3;
	float: left;
	margin-left: 22px;
	margin-top: 20px;
	padding: 1px;
	
	-webkit-transition: border 0.2s ease-in-out; /*safari and chrome */
 	     -o-transition: border 0.2s ease-in-out; /* opera */

}

.controls a:hover img {
	border: 2px solid #000;
	padding: 1px;
}

.controls a:active img {
	opacity: 0.6;
}
