/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Military Portal
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the BUYOUT
|	Commercial License.
|
+---------------------------------------------------------------+
*/
div#glider {
	position: relative;
	width: 1300px;
    height: 200px;
	margin: 0;
	padding: 20px 0;
}
div.scroller { 	
	position: relative;
	margin: 0 auto;
	padding: 0;	
	width: 1190px; 
	overflow: hidden;
	text-align: left;		
}
div.scroller div#gcontent img.images {	
	display: inline;
	width: 287px;
	float:left;
	text-align: left;
    margin: 0 3px;
    padding: 0;
    height: 194px;
	position: relative;
    border: 3px solid #BFBEC3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.scroller div#gcontent {
	width: 10000000px;
}
a.scrollleft {
	position: relative;
    float: left;
    width: 50px;
    height: 194px;
    cursor: pointer;
    margin-top: 3px;
}
a.scrollright{
	position: relative;
    float: right;
    width: 50px;
    height: 194px;
    cursor: pointer;
     margin-top: 3px;
}
