﻿/*共用左右鍵按鈕*/
.left_btn {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/left_btn_red.png) top center no-repeat;
}

	.left_btn:hover {
		background: url(../../Images/GMicrositeImg/mb100series/gaming/left_btn_s_red.png) top center no-repeat;
	}

.right_btn {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/right_btn_red.png) top center no-repeat;
}

	.right_btn:hover {
		background: url(../../Images/GMicrositeImg/mb100series/gaming/right_btn_s_red.png) top center no-repeat;
	}
/**/
/*banner dot*/
.dot_box span {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/dot_o_red.png) left center no-repeat;
}

	.dot_box span:hover, .dot_box span.now {
		background: url(../../Images/GMicrositeImg/mb100series/gaming/dot_s_red.png) left center no-repeat;
	}
/*動態牆統一樣式*/
.grid_style li .hover {
	border: 4px solid #e60014;
}
/*滑鼠滑入設定*/
.grid_style li:hover .txt_box span {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/blue_bg_red.png) top center repeat;
}
/*文字設定*/
.grid_style li .txt_box {
	color: #e60014;
}
/*影音樣式 li.video*/
.grid_style li.video span.play_btn {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/play_btn_red.png) 50% 50% no-repeat;
}

.grid_style li.video .hover {
	background: url(../../Images/GMicrositeImg/mb100series/gaming/blue_bg_red.png) top center repeat;
}
/*colorbox 文字設定*/
.colorbox .top_box {
	color: #e60014;
}
/*colorbox iframe設定*/
.colorbox .gallery_box .pic_box iframe {
	border: 2px solid #e60014;
}
