.jqmWindow {
    display: none;    
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #202020 url(http://alleycat.hu/themes/51/images/login.png) no-repeat 325px center;
    color: #333;
    border: 1px solid #666;
    padding: 12px;
    color: #FFF;
}
.jqmWindow h2 {
	font-size: 1.6em!important;
	color: #FFF;
}
.jqmWindow #edit-name, .jqmWindow #edit-pass {
	border: 1px solid #ccc!important;
	width: 290px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 1px;
}
.jqmOverlay { background-color: #000; }


* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.carousel-component { 
	position:relative;
	overflow:hidden;
	display:none;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	float:left;
    clear:left;  
	
	overflow:hidden;
	display:block;
}



.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}


.carousel-component { 
	background:#000;
	padding:0px;
	color:#FFF;
	text-align: center;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-list li:hover { 
	color:#FFF;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:80px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:94px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block;
	width: 76px;
	height: 76px;
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:60px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:60px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
.orange {color: #FF6600;}
.bold {font-weight: bold;}


