
div#my-glider-horizontal div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px;
	height: 300px;
	overflow: hidden;
	 
	 -moz-border-radius-bottomright:1em;
	  -moz-border-radius-topright:1em;
	   -moz-border-radius-topleft:1em;
  -webkit-border-top-left-radius:1em;
  -webkit-border-top-right-radius:1em;
  -webkit-border-bottom-right-radius:1em;
/*-moz-box-shadow: 5px -4px 10px  rgba(0,0,0,0.3) ; 
box-shadow:5px -4px 10px #333333;*/
 border-radius-bottomright:1em;
	  border-radius-topright:1em;
	   border-radius-topleft:1em;

	border:2px solid #439CBD;
	position: relative;
	left: 20px;
	
	}
	
div#my-glider-horizontal div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:290px;
	height:300px;
	overflow:hidden;
	float:left;
	margin: 0px;
	padding-top: 1em;
		}
div#my-glider-horizontal div.scroller div.content {
		width: 10000px;
		}
		
		
/*----------------------------------------------------*/


div#my-glider-horizontal2 div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 925px;
	height: 260px;
	overflow: hidden;
	 -moz-border-radius-bottomright:1em;
	  -moz-border-radius-topright:1em;
	   -moz-border-radius-topleft:1em;
  -webkit-border-top-left-radius:1em;
  -webkit-border-top-right-radius:1em;
  -webkit-border-bottom-right-radius:1em;
 /* -moz-box-shadow: 5px -4px 10px  rgba(0,0,0,0.3) ; 
box-shadow:5px -4px 10px #333333;*/

	border:1px solid #439CBD;
	position: relative;
	left: 20px;
	}
	
div#my-glider-horizontal2 div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:290px;
		height:260px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
div#my-glider-horizontal2 div.scroller div.content {
		width: 10000px;
		}	
		

/*----------------------------------------------------------------------*/

div#my-glider-horizontal3 div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 925px;
	height: 260px;
	overflow: hidden;
	 -moz-border-radius-bottomright:1em;
	  -moz-border-radius-topright:1em;
	   -moz-border-radius-topleft:1em;
  -webkit-border-top-left-radius:1em;
  -webkit-border-top-right-radius:1em;
  -webkit-border-bottom-right-radius:1em;
 /* -moz-box-shadow: 5px -4px 10px  rgba(0,0,0,0.3) ; 
box-shadow:5px -4px 10px #333333;*/

	border:1px solid #439CBD;
		position: relative;
	left: 20px;
	}
	
div#my-glider-horizontal3 div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:290px;
		height:260px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
div#my-glider-horizontal3 div.scroller div.content {
		width: 10000px;
		}
	

		
		
		div#my-glider-vertical div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 350px; 
	height: 228px;
	overflow: hidden;
	
	border:0px solid #439CBD;
	}
	div#my-glider-vertical div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:350px;
		height:8px;
		overflow:hidden;
		/*float:left;*/
		padding:5px;		
		}
	div#my-glider-vertical div.scroller div.content {
		width: 10000px;
		}
	
.active {
	background-color: #000;
	color: #fff;
	}		
