/*
Theme Name: Mixxmag Wordpress Theme
Theme URI: http://www.rockettheme.com/wordpress-themes/mixxmag
Description: Mixxmag is the new September RocketTheme Wordpress theme. Mixxmag's structural efficiency is in full effect thanks to our very own table-less style design.
Version: 1.2
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

div#banner_container {
   margin-left:10px;
   margin-bottom:10px;
}

div#banner_container div#banner_main {
   float:left;
   width:930px;
   height:380px;
   margin-bottom:10px;
   background-color:black;
}

div#banner_container div.banner_mini {
   float:left;
   width:225px;
   height:190px;
   background-color:#ccc;
}

div#banner_container div#banner_footer {
   float:left;
   width:930px;
   height:25px;
   margin-top:10px;
   background-color:black;
}


/* Easy Slider */

	div#banner_container div#banner_main #slider{
	}	
	
	div#banner_container div#banner_main #slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	div#banner_container div#banner_main #slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:930px;
		height:380px;
		overflow:hidden; 
	}	
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:29px;
		height:52px;
		position:absolute;
		left:-30px;
		top:165px;
	}	
	
	#nextBtn{ 
		left:972px;
	}

	#prevBtn{ 
		left:-50px;
	}

	#prevBtn a, #nextBtn a{  
		display:block;
		width:29px;
		height:52px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
	}												

/* // Easy Slider */

span.form_button_send input#submit {background-color:black;background-image:none;color:white;}
