/*--------------------------------------------------------------
# Aumi - August 2008 (for Joomla 1.5)
# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/
	

/* News Show GK3 
---------------------------------------------------------------*/

h4.gk_news_show_news_header,
h4.gk_news_show_news_header a {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2px!important;
}
#user_position-3 h4.gk_news_show_news_header,
#user_position-3 h4.gk_news_show_news_header a {
	font-weight: normal;
}
p.gk_news_show_news_info {
	color: #666;
}
table.gk_news_show_table {
	width: 100%;
}
td.gk_news_show_center img {
	margin-right: 6px;
	border: 1px solid #eee;
	padding: 3px;
}
div.gk_round img {
	border: 1px solid #353535;
}
div.gk_round .readon {
	background: url('../images/readmore_bg_black.png') no-repeat 50% 50%;
	height: 22px;
	width: 88px;
	line-height: 21px;
	text-indent: 8px;
	margin-top: 0;
	color: #fff;
}
div.gk_round .readon:hover {
}
#user_position-3 .readon {
	background: url('../images/readmore_bg_position_3.png') no-repeat 50% 50%;
	height: 22px;
	width: 88px;
	line-height: 21px;
	text-indent: 8px;
	margin: 0 0 5px;
}
#user_position-3 td.gk_news_show_center {
	padding-top: 3px;
	background: url('../images/dotted_line_pos3.png') repeat-x 100% 100%;
}
div.gk_round {
	margin: 9px 0 0;
	padding: 0;
	width: 100%;
	background: url('../images/module_suffix_black/mod_black_rb.png') no-repeat bottom right;
}
div.gk_round div {
	padding: 0;
	background: url('../images/module_suffix_black/mod_black_lb.png') no-repeat bottom left;
}
div.gk_round div div {
	padding: 0;
	background: url('../images/module_suffix_black/mod_black_trb.png') no-repeat top right;
}
div.gk_round div div div {
	padding: 9px 15px 8px;
	color: #fff;
	background: url('../images/module_suffix_black/mod_black_tlb.png') no-repeat top left;
}
tr:first-child.gk_news_show_tablerow div.gk_round {
	margin: 0;
}
/* News Image I
---------------------------------------------------------------*/

div.gk_news_image_1_wrapper {
	background: transparent url('../images/slide_panel_right.png') no-repeat bottom right;
}
div.gk_news_image_1_panel {
	background: transparent url('../images/slide_panel_left.png') no-repeat bottom left;
}
a.gk_news_image_1_prev {
	background: url('../images/b_prev.png') no-repeat 0 50%;
}
a.gk_news_image_1_next {
	background: url('../images/b_next.png') no-repeat 0 50%;
}
a.gk_news_image_1_play {
	background: url('../images/b_play.png') no-repeat 0 50%;
}
a.gk_news_image_1_pause {
	background: url('../images/b_pause.png') no-repeat 0 50%;
}
a:hover.gk_news_image_1_next,
a:hover.gk_news_image_1_prev,
a:hover.gk_news_image_1_play,
a:hover.gk_news_image_1_pause {
	background-position: 100% 50%;
}
div.gk_news_image_1_tb_prev {
	background: transparent url('../images/s_prev.png') no-repeat 0 50%;
}
div.gk_news_image_1_tb_next {
	background: transparent url('../images/s_next.png') no-repeat 100% 50%;
}
div.gk_news_image_1_tb_prev:hover {
	background: transparent url('../images/s_prev-h.png') no-repeat 0 50%;
}
div.gk_news_image_1_tb_next:hover {
	background: transparent url('../images/s_next-h.png') no-repeat 100% 50%;
}
div.gk_news_image_1_preloader {
	background: #000 url('../images/load.gif') no-repeat center center;
}
ul.gk_news_image_1_tick_buttons li {
	background: transparent url('../images/slide_bullet.png') no-repeat 0 0;
}
ul.gk_news_image_1_tick_buttons li:hover {
	background-position: 100% 0;
}
ul.gk_news_image_1_tick_buttons li.active {
	background: transparent url('../images/slide_bullet_active.png') no-repeat 0 0;
}
ul.gk_news_image_1_tick_buttons li {
	border: none;
}
/* IE6 alert
---------------------------------------------------------------*/

#ie6 {
	display: none;
}
