/* slider */

#container{	

		/*margin:0 auto;*/

		margin-top:5px;

		margin-left:0px;

		margin-bottom:5px;

		position:relative;

		text-align:left;

		width:550px;

		height:188px;

		background:#d0d0d0;

		padding:5px;

    /*border:1px solid #f0f0f0;*/		

		/*margin-bottom:2em;*/

		}

    	

#slider ul, #slider li{ 

			margin:0;

			padding:0;

			list-style:none;

			}	

#slider, #slider li{ 

			width:550px;

			height:188px;

			overflow:hidden;

			}	

#slider{ 

			margin-left:0px;

			}	

#prevBtn, #nextBtn{ 

			display:block;

			width:20px;

			height:20px;

			position:absolute;

			left:520px;

			top:10px;

			/*border:1px solid red;*/

			}	

#nextBtn{ 

			left:540px;

			}														

#prevBtn a, #nextBtn a{  

			display:block;

			width:20px;

			height:20px;

			background:url(../img/arrow-left.gif) no-repeat 0 0;	

			}	

#nextBtn a{ 

			background:url(../img/arrow-right.gif) no-repeat 0 0;	

			}								

	

/* // slider */													


