
/* front page fixes for text and left column */

.science_bar {
	position: absolute;
	float: left;
	margin-top: 25px;
}

.left_front_294 {
	margin-left: 294px;
}


/* align figure to text top first paragraph */

.figure_textaligned {
	float: right;
	margin: 8px -294px 24px 20px;
	position: relative;
	border: 1px solid #ccc;
	clear: right;
}

.figure_textaligned_noborder {
	float: right;
	margin: 8px -294px 24px 20px;
	position: relative;
	clear: right;
}


/* align figure to text top second paragraph */

.figure_textaligned_2 {
	float: right;
	margin: 30px -294px 24px 20px;
	position: relative;
	border: 1px solid #ccc;
	clear: right;
}

/* Caption correction no italics */

.figure_caption, .caption {
	font-style: normal;
}

/* add border */

.border {
	border: 1px solid #ccc;
	margin-top:5px;
}

/* pull text up */

.pullup {
	margin-bottom: -20px;
}

.lift {
	margin-top: -10px; !important
}

.news_image {
	margin: 5px 10px 0 0; !important
}

/* Fix for triple column on courses page  */

.span-3 {
	width: 241px;
	float: left;
	margin-right: 20px;
	margin-top: -20px
	}
	
.span-3min {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-top: -30px
	}
	
.last {
	margin-right: 0px;
	}

/* removes spaces between sections in courses list  */
	
.course_special {
	margin-top: -22px;
}

/* other course fixes */

.leading_figure_noborder {
	float: left;
	margin: 10px 20px 0 0;
}

.leading_figure_nospace {
    margin: 10px 20px 0 0;
	border: 1px solid #ccc;
}

/* electives indent */

.left100 {
	margin-left: 100px;
	margin-top: 18px;
}


/* slideshow styles */

#slideshow {
    position: relative;
    height: 274px;
	width: 274px;
	border: 1px solid #CCC;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}
.logo_special {
	margin-top: 120px;
}

.whatson_special {
	margin-top: -60px;
}
#masthead a {
    width: 281px;
}

#masthead a span {
    background-image: url(//global.curtin.edu.au/template/images/2010/wasm_curtin_logo.jpg);
}

.entry {
	float: left;
	margin: -220px -20px -240px -20px;
	position: relative;
	
	
	clear: right;
}
#promo_ui .next span, #promo_ui .previous span, #promo_ui .next:hover span, #promo_ui .previous:hover span{
background-image:url(../images/home_sprite.gif);	
}
