/* VIDEO PLAYER */
div.videoPlayerHolder
{
	background-image: url('/grafik/viungestory/galleryBg.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
    padding: 18px 12px 15px 12px;
    margin-bottom: 25px;
}

div.videoPlayerHolder div.player
{
	text-align: center;
    overflow: hidden;
}

div.videoPlayerHolder div.player img
{
	border: 1px solid #CBCBCB;
}

div.videoPlayerHolder div.info
{
    margin: 12px 0 0 0;
    padding: 0 10px;
}

div.videoPlayerHolder div.info h1
{
	font-size: 26px;
	line-height: 28px;
	margin: 0;
}

div.videoPlayerHolder div.info .cat
{
    display: none;
}

div.videoPlayerHolder div.info p
{
	font-size: 11px;
    margin: 5px 0;
}

div.videoPlayerHolder div.info .date
{
	color: #EB1790;
    font-weight: bold;
}

div.videoPlayerHolder div.info p a,
div.videoPlayerHolder div.info p a:visited
{
    text-decoration: underline;
}

.topGal
{
    height: 33px;
    position: relative;
}

ul.fotovideoTabs
{
    height: 33px;
    margin: 0px;
    padding: 0;
}

ul.fotovideoTabs li
{
    float: left;
    list-style: none;
}

ul.fotovideoTabs li a,
ul.fotovideoTabs li span
{
	color: #000;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
}

ul.fotovideoTabs li span
{
	text-decoration: underline;
}

/* DELETE THIS - FOR VIDEO TAB */
ul.fotovideoTabs .videoTab
{
    display: none !important;
}
/* DELETE THIS - FOR VIDEO TAB */


/* LIST */
.galTitle
{
	background-image: url('/grafik/viungestory/galleryListTop.png');
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 427px;
}

.galTitle h2
{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
	line-height: 24px;
	margin: 0px 0 0 7px;
    /*padding: 4px 7px;*/
}

.fotoGal
{
	background-image: url('/grafik/viungestory/galleryListBg.png');
	background-repeat: no-repeat;
    height: 145px;
    margin: 0 auto 12px auto;
    overflow: hidden;
    width: 427px;
}

.fotoGal ul
{
	background-color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    width: 432px;
}

.fotoGal ul li
{
    float: left;
    display: inline;
    list-style: none;
    height: 125px;
    margin: 10px 0px 0 17px;
    padding: 0;
    overflow: hidden;
    width: 65px;
}

.fotoGal ul li a,
.fotoGal ul li a:visited
{
	font-size: 11px;
}

.fotoGal ul li img
{
	display: block;
	margin-bottom: 3px;
}

#fotoGal2
{
	display:none;	
}

ul.fotovideoPages 
{
    position: absolute;
    right: 10px;
    top: 0px;
    margin: 0px;
    padding: 7px 0px 0px;
    _padding: 6px 0px 0px;
}

ul.fotovideoPages li
{
    float: left;
    list-style: none;
    padding-right: 3px;
}

ul.fotovideoPages li a
{
    display: block;
    float: left;
    height: 13px;
    text-indent: -8000px;
    width: 8px;
}

ul.fotovideoPages li a.page
{
    background: url('/grafik/viungestory/gal_page.png') no-repeat;
    width: 12px;
}

ul.fotovideoPages li.active a.page,
ul.fotovideoPages li a.page:hover
{
    background: url('/grafik/viungestory/gal_page_active.gif') no-repeat;
}

ul.fotovideoPages li a.prev,
ul.fotovideoPages li a.prev:hover
{
    background: url('/grafik/viungestory/gal_prev.gif') no-repeat;
    background-position: 0px 1px;
    width: 7px;
}

ul.fotovideoPages li a.next,
ul.fotovideoPages li a.next:hover
{
    background: url('/grafik/viungestory/gal_next.gif') no-repeat;
    background-position: 2px 1px;
    width: 10px;
}


/* CATEGORY */
.categGallery
{
	height: 27px;
}

.categGallery ul { margin: 0; padding: 0px; }

.categGallery ul li
{
	background: url('/grafik/viungestory/galleryTabBg.jpg') no-repeat;
    background-position: left;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 0 0 15px;
}

.categGallery ul li a,
.categGallery ul li a:visited
{
	background: url('/grafik/viungestory/galleryTabBg.jpg') no-repeat;
    background-position: right;
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-right: 15px;
}


/* NAVIGATION */
#navigation { height: 15px; margin-top: 12px; text-align: center; }

#navigation a,
#navigation a:visited
{
	font-size: 11px;
	font-family: Verdana;
}

#navigation #navprev a,
#navigation #navprev a:visited,
#navigation #navnext a,
#navigation #navnext a:visited { display: block; padding: 11px; width:70px; }

#navigation #navprev { position: absolute; top: 2px; left: 2px; }
#navigation #navnext { position: absolute; top: 2px; right: 2px; .text-align: left; }

#navigation #leftNavArrow { position: absolute; left: 0px; background: transparent; padding-left: 13px; font-size: 10px; }
#navigation #rightNavArrow { position: absolute; right: 0px; background: transparent; padding-right: 13px; font-size: 10px;}
