#imageflow {
width: 300px;
max-width: 500px;
min-height:100%;
text-align: left;
margin: 0 auto;
position: relative;
border: 0px;
background-color: white;
padding: 0px 20px;
}

#images img {
position:absolute;
top:0px;
border:none;
}

#imageflow h1 {
font-size:200.1%;
text-align:center;
}
#images a{
color: #fff;
}
#images {
visibility:hidden;
}

#loading{
margin-top:164px;
margin-bottom:200px;
text-align:center;
color: yellow;
width:100%;
}

#loading img{
margin-top:10px;
position:relative;
}

#captions{
font-weight:bold;
position:relative;
text-align:center;
color: yellow;
z-index:101;
}

#scrollbar{
visibility:hidden;
position:relative;
border-bottom:1px solid black;
z-index:102;
}

#slider {
position:absolute;
margin-top:-7px;
margin-left:-7px;
z-index:103;
background-image:url(/modules/mod_imageflow/slider.png);
background-repeat:no-repeat;
width:14px;
height:14px;
}


/**Color styles from customise.css**/

h1 {
	font-size: 215%;
	color:#F07000;
}

h3 {
	color:#F07000;
}

h4 {
	color:#F07000;
}

h6 {
	color:#F07000;
}

a {
	color:#F07000;
}

.contentheading {
color: #F07000;
}

a.contentpagetitle {
	color:#F07000;
}

div.h3color h3 {color:#F07000;}

.sectiontableheader {
	color:#F07000;
}

.inputbox:hover, .inputbox:focus {
	border-color: #BD6404;
}

span.highlight {
	background: #F07000;
}

.button {
	border: 1px solid #BD6404;
    background: #BD6404 url(../images/rusty/buttonbg.png) top left repeat-x;
}

/**Color styles from template_css.css**/

#top h1 {
	background: transparent url(../images/rusty/logo.png) no-repeat;
	float:left;
	margin:15px 0 0 20px;
}

#user3 {
	height:47px;
	text-align:left;
	background: transparent url(../images/rusty/user3.png) top left no-repeat;
}

/* Text Sizes */
#toolbar li a#textMedium {background-image:url(../images/rusty/small.png);}
#toolbar li a#textLarge {background-image:url(../images/rusty/medium.png);}
#toolbar li a#textXLarge {background-image:url(../images/rusty/large.png);}

/**Color styles from menu.css**/

/* Active */
#mainmenu-nav #active_menu-nav {
	background-color: #BD6404;
}

#mainmenu-nav #active_menu-nav.haschild:hover {
	background: #BD6404 url(../images/rusty/nav-hover-child.gif) no-repeat 51% 23px;
}

ul#mainmenu-nav a.haschild:hover {
	background: #BD6404 url(../images/rusty/nav-hover-child.gif) no-repeat 50% 23px;
}

ul#mainmenu-nav li {
	background: url(../images/rusty/menu-seperator.png) no-repeat bottom right;
}

.sig_cont .sig_thumb a:hover {border:1px solid #bd6404;}
