h1
{
  font: normal 12pt comic sans ms; text-decoration: none;
}a { color: #214734; font: bold 9pt verdana; text-decoration: none;}
a:visited { color: #214734; font: bold 9pt verdana; text-decoration: none }
a:active { color: #214734; font: bold 9pt verdana; text-decoration: underline }
a:hover { color: #214734; font: bold 9pt verdana; text-decoration: underline }

.footerhref
{
color: #eec74a; font: bold 9pt verdana; text-decoration: none;
}
.footerhref:visited
{
color: #eec74a; font: bold 9pt verdana; text-decoration: none;
}
.footerhref:active
{
color: #eec74a; font: bold 9pt verdana; text-decoration: underline ;
}

.footerhref:hover
{
color: #eec74a; font: bold 9pt verdana; text-decoration: underline;
}
.intexthref
{
color: #214734; font: bold 12pt comic sans ms; text-decoration: underline;
}
.intexthref:visited
{
color: #214734; font: bold 12pt comic sans ms; text-decoration: underline;
}
.intexthref:active
{;
color: #eec74a; font: bold 12pt comic sans ms; text-decoration: underline ;
}

.intexthref:hover
{
color: #eec74a; font: bold 12pt comic sans ms; text-decoration: underline;
}


.greenbox
{
  color: #eec74a; font: bold 12pt verdana; text-decoration: none;
	background-color : #214734;
	border : 2px solid #eec74a;
}
.whitebox
{
  font: normal 14pt comic sans ms; text-decoration: none;
	background-color : #white;
	border : 2px solid #214734;
}
.maintext
{
  font: normal 12pt comic sans ms; text-decoration: none;
}

#gallery h2 {
	padding: 21px 0 13px 20px;
}
	#gallery a {
		width: 59px;
		height: 50px;
		border: 2px solid #717171;
		/*display: block;*/
		float: left;
	}
	#gallery a.secRow {
		margin-top: 10px;
	}
		#gallery a img {
			width: 59px;
			height: 50px;
			border: 0;
		}
.highslide {
	cursor: pointer;
	outline: none;
}
.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../js/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../js/highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(../js/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 63px;
    height: 118px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 63px;
    height: 118px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 64px;
    right: 1px;
    width: 8px;
    height: 54px;
    cursor: pointer;
    background: url('http://radianasz.hit.bg/images/right_arr.gif') no-repeat right 19px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 7px;
    width: 8px;
    height: 54px;
    cursor: pointer;
    background: url('http://radianasz.hit.bg/images/left_arr.gif') no-repeat right 18px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 427px;
    padding: 0 0 0 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 420px;
    height: 118px;
}

/* Declaration via ID for IE6 only */
.jcarousel-skin-tango .jcarousel-item-horizontal,
#gallery .jcarousel-item-horizontal
{
    margin-right: 7px;
}