/*==============================================================

	Wasabi Creative : default.css
	
	Description : CSS for Wasabi Creative Site
		
	Author : Tim Canham http://wasabiweb.com.au

	Version : 1.0

==============================================================*/

/* slider - home */

.portmenu
{
	float: left;
        margin-left: 125px;
        width: 600px;
}

.portmenu img
{
	height: 64px;
	width: 64px;
}

.home .scroller #section1 { background: url(../img/portfolio/kts_small.png) no-repeat; }
.home .scroller #section2 { background: url(../img/portfolio/hills_small.png) no-repeat; }
.home .scroller #section3 { background: url(../img/portfolio/roskow_small.png) no-repeat; }
.home .scroller #section4 { background: url(../img/portfolio/cammeray_small.png) no-repeat; }
.home .scroller #section5 { background: url(../img/portfolio/lionis_small.png) no-repeat; }
.home .scroller #section6 { background: url(../img/portfolio/aubergine_small.png) no-repeat; }
.home .scroller #section7 { background: url(../img/portfolio/stockland_small.png) no-repeat; }
.home .scroller #section8 { background: url(../img/portfolio/keyportal_small.png) no-repeat; }
.home .scroller #section9 { background: url(../img/portfolio/fffoto_small.png) no-repeat; }
.home .scroller #section10 { background: url(../img/portfolio/hrm_small.png) no-repeat; }
.home .scroller #section11 { background: url(../img/portfolio/hwmassage_small.png) no-repeat; }
.home .scroller #section12 { background: url(../img/portfolio/freeflying_small.png) no-repeat; }
.home .scroller #section13 { background: url(../img/portfolio/mojo_small.png) no-repeat; }

.home .scroller {
	width: 650px;
	height: 210px;
	overflow: hidden;
}

.home .scroller .section {
	float: left;
	overflow: hidden;
	width: 650px;
	height: 210px;
}


.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 14px;
	padding-left: 290px;
	width: 360px;
	height: 250px;
}

.caption h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}

.caption p {
	margin-top: 5px;
}

.caption ul {
    margin: 0;
    list-style-type: none;
}

.caption ul li {
    background: url(../img/bullet-small-arrow.gif) no-repeat 0 6px;
    padding: 0 0 0 10px;
    margin: 5px 0 0 0;
	list-style: none;
}



/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}


