*
{
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Tahoma;
    font-weight: bold;
}

html
{
    background: url('../img/page_bg_tile.jpg') #202027;
}

body
{
    color: #999;
    background-image: url('../img/contour.png'),url('../img/page_bg.jpg');
    background-repeat: no-repeat,no-repeat;
    background-position: center 77px, center -200px;
    border: 1px solid transparent;
}
h1 {
	font-size: 12pt;
	/*background-color:#ECECEC;*/
	/*background: url("./images/bg.jpg") repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	padding:20px;
	/*border:1px solid #ccc;*/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 2px #cfcfcf;
	-moz-box-shadow:1px 1px 2px #cfcfcf;
	-webkit-box-shadow:1px 1px 2px #cfcfcf;
	direction:rtl;
	width:550px;
	color:#000;
}

/* Styling the slideshow */

#slideShowContainer
{
    width: 510px;
    height: 510px;
    position: relative;
    margin: 20px auto 20px;
}

#slideShow
{
    position: absolute;
    height: 510px;
    width: 510px;
    background-color: #fff;
    margin: 0 0 0 0;
    z-index: 100;
    -moz-box-shadow: 0 0 10px #111;
    -webkit-box-shadow: 0 0 10px #111;
    box-shadow: 0 0 10px #111;
}

#slideShow ul
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    list-style: none;
    overflow: hidden;
}

#slideShow li
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slideShowContainer > a
{
    border: none;
    text-decoration: none;
    text-indent: -99999px;
    overflow: hidden;
    width: 36px;
    height: 37px;
    background: url('../img/arrows.png') no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -21px;
}

#previousLink
{
    left: -38px;
}

#previousLink:hover
{
    background-position: bottom left;
}

a#nextLink
{
    right: -38px;
    background-position: top right;
}

#nextLink:hover
{
    background-position: bottom right;
}

/* General styles */

.note
{
    margin-bottom: 40px;
    text-align: center;
}

.credit
{
    font-size: 12px;
}

.credit a
{
    color: #bbb !important;
}


a, a:visited
{
    text-decoration: underline;
    outline: none;
    color: #97CAE6;
}

a:hover
{
    text-decoration: none;
}
