@charset "utf-8";
/* CSS Document */
/**
 * NeoWare Austrlia (Neo Industries Pty Ltd)
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to Neo Industries Pty LTD Non-Distributable Software Modification License (NDSML)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.neoware.com.au/legal/licenses/NDSM.html
 * If the license is not included with the package or for any other reason, 
 * you did not receive your licence please send an email to 
 * license@neoware.com.au so we can send you a copy immediately.
 *
 * This software comes with no warrenty of any kind. By Using this software, the user agrees to hold 
 * Neo Industries Pty Ltd harmless of any damage it may cause.
 *
 * @category    modules
 * @module      NeoWare_ImageRotator
 * @copyright   Copyright (c) 2011 Neo Industries Pty Ltd (http://www.neoware.com.au)
 * @license     http://www.neoware.com.au/  Non-Distributable Software Modification License(NDSML 1.0)
 */
.NeoWareBanner-Wrapper {
	margin: 0 auto;
	
}


.NeoWareBannerImage-CenteringWrapper{
	position:relative;
	text-align:left;
	margin: 0 auto;
	border:1px solid #999;
	box-shadow:1px 1px 3px #CCC;
}
.NeoWareBannerImage-InnerWrapper{
	position:absolute;
	bottom:auto;
}
.NeoWareBannerImage-Wrapper {
	position:absolute;
	overflow:hidden;
}

.NeoWareBannerImageHtml{
	position:absolute;
	bottom:0;
}

.NeoWareBannerImage-Wrapper a {
}

.NeoWareBannerImage-Wrapper img {

}

.NeoWareBanner-Wrapper button {
	display:inline-block;
	display:-moz-inline-block;
	z-index : 500;
	border:1px solid #d7d7d7;
	font-size:11px;
	font-weight:bold;
	padding:0 0px 3px 0px;
	height:20px;
	width:20px;
	margin:5px 0 0 5px;
}

.NeoWareBannerImage-Button {
	background:url(../../../images/neoware/imagerotator/button.png) no-repeat 50% 50%;
}

.NeowareBanner-PlayButton {
	background:url(../../../images/neoware/imagerotator/play.png) no-repeat 50% 50%;
}

.NeowareBanner-PauseButton {
	background:url(../../../images/neoware/imagerotator/pause.png) no-repeat 50% 50%;
}


.NeowareBanner-BackButton {
	background:url(../../../images/neoware/imagerotator/backward.png) no-repeat 50% 50%;
}

.NeowareBanner-NextButton {
	background:url(../../../images/neoware/imagerotator/forward.png) no-repeat 50% 50%;
}

.NeowareBanner-ButtonWrapper {
	position:relative;
	margin-top:-30px;
	z-index : 500;
	height:30px;
	background:url(../../../images/neoware/imagerotator/banner_nav_bg.png) repeat-x left;
}