
/***************************************************
		*  Name:	highslide.CSS
		*  AHHP CSS Library 1.0
		*  Copyright © 2007 [AT] SBUAS.com
		*  Author:	Amir Hossein Hossein Pour [AHHP]
		*  Site:	http://www.sbuas.com
		*  E-Mail:	AHHP@Ymail.com
		*  Support:	Info@sbuas.com
		*  Version:	1.0.2
		*  Date:	April 27 2007
		All Right Reserved by AHHP
****************************************************/

.highslide { cursor: url(../images/highslide/zoomin.cur), pointer; outline: none;}
.highslide img { border: 2px solid white;}
.highslide:hover img { border: 2px dashed white;}

.highslide-image {border: 2px solid white;}
.highslide-image-blur {}
.highslide-caption {
 display: none;
 border: 2px solid white;
 border-top: none;
 font-family: lotus, bnazanin, Verdana, Helvetica;
 font-weight:bold;
 font-size: 16px;
 text-align:center;
 padding: 5px;
 background-color: white;}

.highslide-loading {
 display: block;
 color: white;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
 padding: 3px;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
 background-color: black;
    /*
 padding-left: 22px;
 background-image: url(../images/highslide/loader.gif);
 background-repeat: no-repeat;
 background-position: 3px 1px;
    */
}


a.highslide-credits { padding: 2px; color: silver; text-decoration: none; font-size: 11px;}
a.highslide-credits:hover { color: white; background-color: transparent;}


.highslide-move { cursor: move;}
.highslide-overlay { display: none;}

/* Controlbar example */
.controlbar { background: url(../images/highslide/controlbar4.gif); width: 167px; height: 34px;}
.controlbar a {  display: block; float: left; /*margin: 0px 0 0 4px;*/ height: 27px;}
.controlbar .previous { width: 50px;}
.controlbar .next { width: 40px; background-position: -50px 0;}
.controlbar .highslide-move { width: 40px; background-position: -90px 0;}
.controlbar .close { width: 36px; background-position: -130px 0;}

/* Necessary for functionality */
.highslide-display-block { display: block;}
.highslide-display-none { display: none;}

.highslide-html {background-color: white;}
.highslide-html-blur {}
.highslide-html-content {position: absolute;display: none;}
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}

.control {
 float: right;
 display: block;
 /*position: relative;*/
 margin: 0 5px;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 color: #999;}
.control:hover {color: black !important;}
.highslide-move {cursor: move;}