/** Feature **/

#feature {
	width: 960px;
	height: 327px ;
	background-image: url(images/feature-bk.png);
	background-repeat: no-repeat;
}
#aw-feature {
	/* Needs position relative but setting background can't be set due to pngfix error */	
	position: relative ;
	width: 960px ;
	height: 330px ;
}
#aw-feature-text {
	position: absolute ;
	height: 275px ;
	width: 495px;
	top: 53px ;
	left: 0 ;
	overflow: hidden ;
}
#aw-feature-image {
	position: absolute ;
	z-index: 15 ;
	height: 275px ;
	width: 465px ;
	top: 53px ;
	right: 0 ;
	overflow: hidden;
}
#aw-feature-thumbs {
	position: absolute ;
	z-index: 10 ;
	height: 55px ;
	width: 278px ;
	top: 14px ;
	right: 0 ;
	overflow: visible ;
}
#aw-feature-thumbs .awf-thumb {
	position: absolute ;
	z-index: 12 ;
	top: 0 ;
	width: 32px ;
	height: 32px ;
	clear: none ;
}
#aw-feature-thumbs #awf-playpause {
	position: relative ;
	z-index: 11 ;
	width: 32px ;
	height: 32px ;
	clear: none ;
}
#aw-feature-thumbs #awf-prev,
#aw-feature-thumbs #awf-next {
	position: absolute ;
	z-index: 12 ;
	top: 0 ;
	width: 16px ;
	height: 32px ;
	clear: none ;
}
#awf-prev {
	left: 10px ;
	background-image: url(images/feature-prev.png);
	background-repeat: no-repeat ;
}
#awf-thumb-1{
	left: 36px ;
	display: none;
	background-image: url(images/feature-thumb-1.png);
	background-repeat: no-repeat ;
}
#awf-playpause {
	left: 36px ;
	background-image: url(images/feature-pause.png);
	background-repeat: no-repeat ;
}
#awf-thumb-2 {
	left: 78px ;
	background-image: url(images/feature-thumb-2.png);
	background-repeat: no-repeat ;
}
#awf-thumb-3 {
	left: 120px ;
	background-image: url(images/feature-thumb-3.png);
	background-repeat: no-repeat ;
}
#awf-thumb-4 {
	left: 162px ;
	background-image: url(images/feature-thumb-4.png);
	background-repeat: no-repeat ;
}
#awf-thumb-5 {
	left: 204px ;
	background-image: url(images/feature-thumb-5.png);
	background-repeat: no-repeat ;
}
#awf-next {
	left: 250px ;
	background-image: url(images/feature-next.png);
	background-repeat: no-repeat ;
}
#aw-feature-blind-pattern {
	position: absolute ;
	top: 0;
	left: 0 ;
	background-image: url(pattern.png) ;
	z-index: 15 ;
	height: 275px ;
	width: 465px ;
}
#aw-feature-blind-block {
	position: absolute ;
	top: 0;
	left: 0 ;
	background-color: black ;
	z-index: 15 ;
	height: 275px ;
	width: 465px ;
	display: none;
}
.awf-image{
	position: absolute ;
	height: 275px ;
	width: 465px ;
	background-position: left center ;
	background-repeat: no-repeat ;
}
.awf-text{
	position: absolute ;
	height: 275px ;
	width: 465px ;
	padding: 0 15px ;
}
#awf-image-2,
#awf-image-3,
#awf-image-4,
#awf-image-5 {
	left: 465px ;
}
#awf-text-2,
#awf-text-3,
#awf-text-4,
#awf-text-5 {
	left: -495px ;
}
#awf-image-1 {
	background-image: url(images/feature-image-1.jpg);
	
}
#awf-image-2 {
	background-image: url(images/feature-image-2.jpg);
	
}
#awf-image-3 {
	background-image: url(images/feature-image-3.jpg);
	
}
#awf-image-4 {
	/* background-image: url(images/feature-image-4.jpg); SET BY STYLE INLINE USING PHP for latest blog */
	
}
#awf-image-5 {
	background-image: url(images/feature-image-5.jpg);
	
}

