/* 

Created by James Eggers on the 30th of October 2009. 

This file is open-source, you are free to edit it to your liking, 
but please leave a reference to me in the plugin. 

*/ 

/* %Portfolio% */

#slidesContainer {
  margin:0 auto;
  width:550px;
  height:600px;
  left: 10px;
  overflow:auto; 
  position:relative;
}

#slidesContainer .slide {
  margin:0 auto;
  width:550px; 
  height:400px;
}


.control {
  display:block;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  width: 60px;
  height: 363px;
}

#leftControl { 
  top: 130px;
  left:300px;
  background:transparent url('http://localhost/~jameseggers/wp_theme_test/wp-content/themes/Linden Landscapes/static/images/control_left.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
#rightControl { 
  top: 130px;
  right:300px;
  background:transparent url('http://localhost/~jameseggers/wp_theme_test/wp-content/themes/Linden Landscapes/static/images/control_right.jpg');
  background-repeat: no-repeat;
  background-position: center;
}


#desc_portfolio
{
	width: 900px;
	height: 170px;
	color: #C9C9C9;
	background-image: url('http://jameseggers.com/wp-content/themes/james/static/images/portfolio_back.jpg');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute; 
	bottom: -5px;
	font-size: 2em;
	font-weight: bold;
}

#desc_portfolio h1
{
	padding: 12px;
}

#desc_portfolio p
{
	font-size: 1em;
	color: #FFF;
	padding: 12px;
}

