/*	TABS	*/
#tabs-1		{
background-image: url("photos/tabs-1.jpg");
background-repeat: no-repeat;
background-position: left top;
min-height: 380px;
}

#tabs-2		{
background-image: url("photos/tabs-2.jpg");
background-repeat: no-repeat;
background-position: left top;
min-height: 460px;
}

#tabs-3		{
background-image: url("photos/tabs-3.jpg");
background-repeat: no-repeat;
background-position: left top;
min-height: 400px;
}

#tabs-4, #tabs-5, #tabs-6, #tabs-7		{
/*background-image: url("photos/tabs-4.jpg");
background-repeat: no-repeat;
background-position: left top;
min-height: 400px;
*/
padding: 0px;
margin:  0px;
}

#tabs-1 p.more a{ }
#tabs-2 p.more a{  }
#tabs-3 p.more a{ }

#tabs-1 p{   
	padding: 10px;
	color: #BEF202;
   width: 250px ;

}

#tabs-2 p{  
	position:relative;
	top: 120px;
	left: 250px;
	padding: 10px;
	color: #BEF202;
   width: 340px ;
}

#tabs-3 ul{  
	position:relative;
	left: 280px;
	padding: 10px;
	color: #BEF202;
   width: 400px ;
}

