/*   
Theme Name: Triple A Films Theme
Theme URI: http://www.tripleafilms.co.uk
Description: Created for Triple A Films by -- WordPress v3.0.1
Author: Andrew Burns
Author URI: http://www.tripleafilms.co.uk
Version: 2
*/

@charset "UTF-8";

/*Triple A Films home page*/


h1 { 
	font: 50px Lucida Console, Menlo, Monaco, Serif;
	color: #FFF; 
	text-transform: uppercase;
}
p { 
	font: 14px Lucida Console, Menlo, Monaco, Serif; 
	color: #FFF;
	line-height: 1.5em;
}

#main-content {

	height: auto;
	
}
	
/* carousel */

.carousel {
	border:0px Solid #fff;
	}
	
.carousel, .slides li {
	width: 794px;
	height: 447px;
	overflow: hidden;
	position: relative;
	
}


.prev, .next {
  height: 16px;
  width: 9px;
  display: block;
  position: absolute;
  top: 415px;
  z-index: 99;
}
.prev {
  background:transparent url(../images/prev.png) no-repeat scroll 0 0;
  right: 40px;
}
.next {
  background:transparent url(../images/next.png) no-repeat scroll 0 0;
  right: 20px;
}

a:hover.prev {
	background: transparent url(../images/prev_grey.png) no-repeat scroll 0 0;
	}
	
a:hover.next {
	background: transparent url(../images/next_grey.png) no-repeat scroll 0 0;
	}
	
/* carousel END */
	
#intro {
	margin: 0px;
	font-weight: none;
	padding: 20px 50px;
	text-align:left;
	color: #c9c
}

