
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 935px;
	height: 176px; /* custom decorations */
	border: none;
	margin:5px 0px 0px 0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.scrollable img
{
	 /*margin:20px 5px 20px 21px;*/
	background-color: #fff;
	border: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
.scrollable .active
{
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}

.items div
{
	float: left;
}



/* navigsdyon */



/* position and dimensions of the navigator */
.navi
{
	/*margin-left:328px; 	width:200px; 	height:20px;*/
}


/* items inside navigator */
.navi a
{
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/Radio/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
.navi a:hover
{
	background-position: 0 -8px;
}

/* active state (current page state) */
.navi a.active
{
	background-position: 0 -16px;
}



/* butonlar */



/* this makes it possible to add next button beside scrollable */
.scrollable
{
	
}

/* prev, next, prevPage and nextPage buttons */
a.browse
{
	background: url(../img/Radio/oksol.png) no-repeat;
	width: 22px;
	height: 24px;
	float: left; /*margin:40px 10px;*/
	cursor: pointer;
	font-size: 1px;
	z-index:500;
}

/* right */
a.right
{
	background-position: 0 -0;
	clear: right;
	margin-right: 0px;
}
a.right:hover
{
	background-position: -0 -0;
}
a.right:active
{
	background-position: -0 -0;
}


/* left */
a.left
{
	margin-left: 0px;
	clear: left;
}
a.left:hover
{
	background-position: -0 0;
}
a.left:active
{
	background-position: -0 0;
}


/* disabled navigational button */
a.disabled
{
}

/* Foto Galeri Scripti Icin */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/










#ana_dosya .scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 820px; /* custom decorations */
	border: none;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#ana_dosya .scrollable .items
{
	/* this cannot be too large */
	width: 500em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
#ana_dosya .scrollable img
{
	 /*margin:20px 5px 20px 21px;*/
	background-color: #fff;
	padding: 2px;
	border: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
#ana_dosya .scrollable .active
{
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}

#ana_dosya .items div
{
	width: 600px;
	height:auto;
}



/* navigsdyon */



/* position and dimensions of the navigator */
#ana_dosya .navi
{
	/*margin-left:328px; 	width:200px; 	height:20px;*/
}


/* items inside navigator */
#ana_dosya .navi a
{
	width: 0px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/image/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
#ana_dosya .navi a:hover
{
	background-position: 0 -8px;
}

/* active state (current page state) */
#ana_dosya .navi a.active
{
	background-position: 0 -16px;
}



/* butonlar */



/* this makes it possible to add next button beside scrollable */
#ana_dosya .scrollable
{
	float: left;
}

/* prev, next, prevPage and nextPage buttons */
#ana_dosya a.browse
{
	background: url(../img/images/hori_large.png) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	float: left; /*margin:40px 10px;*/
	cursor: pointer;
	font-size: 1px;
}

/* right */
#ana_dosya a.right
{
	background-position: 0 -13px;
	clear: right;
	margin-right: 0px;
}
#ana_dosya a.right:hover
{
	background-position: -13px -13px;
}
#ana_dosya a.right:active
{
	background-position: -26px -13px;
}


/* left */
#ana_dosya a.left
{
	margin-left: 0px;
}
#ana_dosya a.left:hover
{
	background-position: -12px 0;
}
#ana_dosya a.left:active
{
	background-position: -25px 0;
}


/* disabled navigational button */
#ana_dosya a.disabled
{
}


/* active state (current page state) */
#ana_dosya .navi a.active
{
	background-position: 0 -16px;
}










#ana_galeri .scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 650px; /* custom decorations */
	border: none;
}

#ana_galeri .scrollable .media
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 580px; /* custom decorations */
	border: none;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#ana_galeri .scrollable .items
{
	/* this cannot be too large */
	width: 1000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
#ana_galeri .scrollable img
{
	/*margin:20px 5px 20px 21px;*/
	background-color: #fff;
	padding: 2px;
	border: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:40px;
}


/* active item */
#ana_galeri .scrollable .active
{
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}

#ana_galeri .items div
{
	width: 960px;
	height:auto;
}



/* navigsdyon */



/* position and dimensions of the navigator */
#ana_galeri .navi
{
	/*margin-left:328px; 	width:200px; 	height:20px;*/
}


/* items inside navigator */
#ana_galeri .navi a
{
	width: 0px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/image/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
#ana_galeri .navi a:hover
{
	background-position: 0 -8px;
}

/* active state (current page state) */
#ana_galeri .navi a.active
{
	background-position: 0 -16px;
}



/* butonlar */



/* this makes it possible to add next button beside scrollable */


/* prev, next, prevPage and nextPage buttons */
#ana_galeri a.browse
{
	background: url(../img/images/hori_large.png) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	float: left; /*margin:40px 10px;*/
	cursor: pointer;
	font-size: 1px;
}

/* right */
#ana_galeri a.right
{
	background-position: 0 -13px;
	clear: right;
	margin-right: 0px;
}
#ana_galeri a.right:hover
{
	background-position: -13px -13px;
}
#ana_galeri a.right:active
{
	background-position: -26px -13px;
}


/* left */
#ana_galeri a.left
{
	margin-left: 0px;
}
#ana_galeri a.left:hover
{
	background-position: -12px 0;
}
#ana_galeri a.left:active
{
	background-position: -25px 0;
}


/* disabled navigational button */
#ana_galeri a.disabled
{
}


/* active state (current page state) */
#ana_galeri .navi a.active
{
	background-position: 0 -16px;
}


#ana_medya .scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 560px; /* custom decorations */
	border: none;
	float:left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#ana_medya .scrollable .items
{
	/* this cannot be too large */
	width: 500em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
#ana_medya .scrollable img
{
	 float:left;/*margin:20px 5px 20px 21px;*/
	background-color: #fff;
	padding: 2px;
	border: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
#ana_medya .scrollable .active
{
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}

#ana_medya .items div
{
	width: 600px;
	height:auto;
}



/* navigsdyon */



/* position and dimensions of the navigator */
#ana_medya .navi
{
	/*margin-left:328px; 	width:200px; 	height:20px;*/
}


/* items inside navigator */
#ana_medya .navi a
{
	width: 0px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/image/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
#ana_medya .navi a:hover
{
	background-position: 0 -8px;
}

/* active state (current page state) */
#ana_medya .navi a.active
{
	background-position: 0 -16px;
}



/* butonlar */



/* this makes it possible to add next button beside scrollable */
#ana_medya .scrollable
{
	
}

/* prev, next, prevPage and nextPage buttons */
#ana_medya a.browse
{
	background: url(../img/images/hori_large.png) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	float: left; /*margin:40px 10px;*/
	cursor: pointer;
	font-size: 1px;
}

/* right */
#ana_medya a.right
{
	background-position: 0 -13px;
	clear: right;
	margin-right: 0px;
}
#ana_medya a.right:hover
{
	background-position: -13px -13px;
}
#ana_medya a.right:active
{
	background-position: -26px -13px;
}


/* left */
#ana_medya a.left
{
	margin-left: 0px;
}
#ana_medya a.left:hover
{
	background-position: -12px 0;
}
#ana_medya a.left:active
{
	background-position: -25px 0;
}


/* disabled navigational button */
#ana_medya a.disabled
{
}


/* active state (current page state) */
#ana_medya .navi a.active
{
	background-position: 0 -16px;
}





